 |
A submap step represents a call from the current workflow map to
another map in the same workflow definition. You can place a submap
step on any map. When the running workflow reaches the submap step,
the steps on the called submap are processed, then control returns
to the calling submap step for any routing conditions.
|