When working with process or system flows, I often want execute a specific bit of code depending on a case. Currently I either have to use system tasks (which has all sorts of issues and limitations) or use the decision step and include my code or call of a procedure in this decision step.
It would be great to be able to include the call of a subroutine as a process and system flow step. Also it should be possible to use this process step as a start of a system flow.
This will prevent the incorrect usage of system tasks and include code, which should have been stored in procedure, in a process procedure.
To summarize, be able to include a subroutine of the type procedure in a Flow, either system or process. Also be able to map the output values of the procedure into Flow parameters.