You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Background:
currently step declaration is messed up with: input values, export to context, flow specific details.
Export to context looks especially bad.
Actually, these sections are just labels, so you can use it without any modification, because they are skipped by Groovy parser. Export section is a little tricker. How about:
export:
vms to $context.erlangServers
?
as changed to 'to' to not interfere with cast operation?
Background:
currently step declaration is messed up with: input values, export to context, flow specific details.
Export to context looks especially bad.
Proposal:
change to
Note: in case of step having onlu input parameters it should be possible to declare step without sections
More complex sample
The text was updated successfully, but these errors were encountered: