Hi all,
I am new to Flowable and BPMN engines in general, so my knowledge is limited. Currently one of my goals is to unit test a proces. Our processes include references to subprocesses via a callActivity node. I would like to skip these subprocesses when a process is being used for a test run. I know in activities there is an option to ‘skip the expression’ when the Skip expression’s value is set to true and the process has the variable: ‘_FLOWABLE_SKIP_EXPRESSION_ENABLED’ set to true. However, this option is (to my knowlegde) not available to a callActivity node.
Is there a way to skip certain nodes (by name for example…) in a process instance? I would like to hear your suggestions, best of regards Joas.