Metadata

<subflow-activity id="1">
    ...

    <subflow workflow-process="ApproveCase" synchronous="true"/>
      
    ...
  </subflow-activity>
subflow
workflow-process
The name of the workflow process to start when the activity is executed. Process names are case sensitive and the process name specified here must exactly match that of the process to start as a subflow.
synchronous
A flag to indicate whether the sub-flow should be executed synchronously or not (see: Subflow Process) relative to its parent process.