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

Allow expressions in max_concurrency attribute #810

Closed e-gineer closed 6 months ago

e-gineer commented 6 months ago

I have an input step with max_concurrency set:

     max_concurrency = param.parallel ? null : 1

But unfortunately it fails to parse, with error:

~/src/flowpipe-mod-approval $ flowpipe pipeline list
Error: Internal Error: Failed to decode mod: Expression not allowed in max_concurrency
(/Users/nathan/src/flowpipe-mod-approval/mod.fp:56,5-48)
vhadianto commented 6 months ago

Duplicate of #800