activity element

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

An external representation of an activity. Used by the access-control-flows resource.

Example XML

<?xml version="1.0" encoding="UTF-8"?> <activity> <version>...</version> <activityNumber>...</activityNumber> <name>...</name> <activityType>...</activityType> <fastKey>...</fastKey> <location>...</location> <comments>...</comments> <linkedFlowName>...</linkedFlowName> <serviceName>...</serviceName> <exit> <connection>...</connection> <connection>...</connection> <!--...more "connection" elements...--> <branchNumber>...</branchNumber> <branchName>...</branchName> <linkedControlFlowExitActivityNumber>...</linkedControlFlowExitActivityNumber> </exit> <exit> <!--...--> </exit> <!--...more "exit" elements...--> <parameterList> <parameter> <key>...</key> <attributeList> <attribute> <name>...</name> <value>...</value> <parameterList> <parameter> <!--...--> </parameter> <parameter> <!--...--> </parameter> <!--...more "parameter" elements...--> </parameterList> </attribute> <attribute> <!--...--> </attribute> <!--...more "attribute" elements...--> </attributeList> </parameter> <parameter> <!--...--> </parameter> <!--...more "parameter" elements...--> </parameterList> </activity>