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
361 stars 13 forks source link

No execution output displayed when pipeline action returns an error #128

Closed karanpopat closed 9 months ago

karanpopat commented 11 months ago

The pipeline execution should display the execution output even if the action errors out when --execution-mode=synchronous is set.

Current behaviour only shows the error message -

➜  flowpipe-mod-teams git:(add-initial-piplines) ✗ flowpipe pipeline run update_team --execution-mode=synchronous
Error: 500 Internal Server Error Internal Error (pipeline failed: 403 Forbidden; )
vhadianto commented 9 months ago

Implemented