ConstMarks the start of a stage boundary in the flow body.
Pass a stage declared in the stages config header via params.stages.<key>.
wfa.stage(params.stages.review)
All action instances that follow (until the next wfa.stage() call or end of flow) belong to this stage.
Activate a flow stage declared in the
stagesconfig header. Passparams.stages.<key>.