exActivity
| Namespace: | (default namespace) |
|---|---|
| XML Schema: | ns0.xsd |
An external representation of an activity. Used by the access-control-flows resource.
XML
Elements
| name (type) | min/max occurs |
description |
|---|---|---|
| version (int) | 1/1 | The activity's version number. |
| activityNumber (int) | 1/1 | The activity's number in the flow. |
| name (string) | 0/1 | The activity's name. |
| activityType (string) | 0/1 | The activity's type name. |
| fastKey (string) | 0/1 | The activity's fast key. |
| location (string) | 0/1 | The activity's location on the CFE canvas. |
| comments (string) | 0/1 | The activity's comments string. |
| linkedFlowName (string) | 0/1 | The name of (optional) linked control flow attached to this activity. |
| serviceName (string) | 0/1 | The name of (optional) service that "owns" the linked control flow attached to this activity. |
| exit (exActivityExit) | 0/unbounded | The activity's exit list. |
| parameterList/parameter (exActivityParameter) | 0/unbounded | The activity's parameter list. |