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

throw not supported in input step? #804

Closed e-gineer closed 6 months ago

e-gineer commented 6 months ago

I wanted to use throw { ... } inside an input step, but got this parse error:

2024-03-15 13:52:14 [flowpipe] error Failed watching workspace for mod mod.approval: failed to reload workspace: Internal Error: Failed to decode mod: Unsupported block type for Input Step: throw
(/Users/nathan/src/flowpipe-mod-approval/mod.fp:147,5-10)
vhadianto commented 6 months ago

Included in v0.4.1-rc.1 https://github.com/turbot/flowpipe/releases/tag/v0.4.2-rc.1