activityExit

Namespace: (default namespace)
XML Schema: ns0.xsd

Describe an instance of an exit of an activity. Note that it is possible that more than one activities can be linked to an exit in order to provide flexibility in designing service-logic. Doing so all activities linked to the exit can effectively begin executing simultaneously as a separate sub-flow.

XML

Elements

name (type) min/max
occurs
description
connection (int) 0/unbounded The list of connections for this exit. In general, there is one connection per exit. For activities like Start B2B Session, it requires starting more than one activities simultaneously on a given exit.
branchNumber (int) 1/1 The associated branch number/index.
branchName (string) 0/1 The associated branch name, label displayed in GUI..
linkedControlFlowExitActivityNumber (string) 0/1 The returned exit activity number from the linked control flow attached to this exit activity.