turbot / flowpipe

Flowpipe is a cloud scripting engine. Automation and workflow to connect your clouds to the people, systems and data that matters.
https://flowpipe.io
GNU Affero General Public License v3.0
383 stars 16 forks source link

Input URLs do not use provided host from run #792

Closed e-gineer closed 8 months ago

e-gineer commented 8 months ago
~/src/flowpipe-mod-approval $ flowpipe --host http://localhost:7003 pipeline run test
[flowpipe] Execution ID: exec_cnplj7so47mn33ljcfqg
[test] Starting pipeline
[test.square_it] Starting pipeline
[approve] Starting pipeline
[approve.approve] Starting input: http://localhost:7103/form/cnplj7so47mn33ljcfu0/19izvslychyrm

Since I'm connecting to host http://localhost:7003 I'm expecting the URLs to be of format http://localhost:7003/....

vhadianto commented 8 months ago

Fixed with 61660dff98b8e2d1b59995f4b69d975d58554d37.

Will be released as part of v0.4.1