How can I map participants to workflow variables in subprocesses which have been set in the calling parent process?
When a worklow variable is set in a main process it have to be passed to the called subprocess via formal/actual parameter mapping.
But in participant mapping I can only make use of normal workflow variables and not the subflow formal parameters.

  • No labels