Global Type: bpmLifecycleType
General Description
BPM lifecycle type.
Name | Type | Attributes | Description |
---|---|---|---|
id | xs:unsignedInt | required once | The unique identifier for this workflow. |
application | appNameType | required once | The name of the application. |
name | xs:string | required once | The BPM display name. |
version | xs:unsignedInt | required once | The currently active version. |
versionNotes | xs:string | optional | Version notes |
active | xs:boolean | required once | The state of the workflow. |
owner | xs:string | required once | The Co-worker ID of the business process owner. |
createdOn | xs:dateTime | required once | The date/time this process was created. |
createdBy | xs:string | required once | The person who created this process. |
lastUpdatedOn | xs:dateTime | optional | The last time this process was updated. |
lastUpdatedBy | xs:string | optional | The person who last updated this process. |
lastUsedOn | xs:dateTime | optional | The last time this process was used to initiate a running workflow. |
entity | xs:string | optional | The entity this process relates to |
category | xs:string | optional | The category of this workflow. |
accessUpdate | xs:boolean | optional | True if the user can update this workflow. |
md5 | xs:string | optional | The lifecycle definition MD5 hash |
<xs:complexType name="bpmLifecycleType">
<xs:annotation>
<xs:documentation>
<![CDATA[BPM lifecycle type.]]>
</xs:documentation>
</xs:annotation>
<xs:sequence>
<xs:element name="id" type="xs:unsignedInt">
<xs:annotation>
<xs:documentation>
<![CDATA[The unique identifier for this workflow.]]>
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="application" type="appNameType">
<xs:annotation>
<xs:documentation>
<![CDATA[The name of the application.]]>
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="name" type="xs:string">
<xs:annotation>
<xs:documentation>
<![CDATA[The BPM display name.]]>
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="version" type="xs:unsignedInt">
<xs:annotation>
<xs:documentation>
<![CDATA[The currently active version.]]>
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="versionNotes" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>
<![CDATA[Version notes]]>
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="active" type="xs:boolean">
<xs:annotation>
<xs:documentation>
<![CDATA[The state of the workflow.]]>
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="owner" type="xs:string">
<xs:annotation>
<xs:documentation>
<![CDATA[The Co-worker ID of the business process owner.]]>
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="createdOn" type="xs:dateTime">
<xs:annotation>
<xs:documentation>
<![CDATA[The date/time this process was created.]]>
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="createdBy" type="xs:string">
<xs:annotation>
<xs:documentation>
<![CDATA[The person who created this process.]]>
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="lastUpdatedOn" type="xs:dateTime" minOccurs="0">
<xs:annotation>
<xs:documentation>
<![CDATA[The last time this process was updated.]]>
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="lastUpdatedBy" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>
<![CDATA[The person who last updated this process.]]>
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="lastUsedOn" type="xs:dateTime" minOccurs="0">
<xs:annotation>
<xs:documentation>
<![CDATA[The last time this process was used to initiate a running workflow.]]>
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="entity" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>
<![CDATA[The entity this process relates to]]>
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="category" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>
<![CDATA[The category of this workflow.]]>
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="accessUpdate" type="xs:boolean" minOccurs="0">
<xs:annotation>
<xs:documentation>
<![CDATA[True if the user can update this workflow.]]>
</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element name="md5" type="xs:string" minOccurs="0">
<xs:annotation>
<xs:documentation>
<![CDATA[The lifecycle definition MD5 hash]]>
</xs:documentation>
</xs:annotation>
</xs:element>
</xs:sequence>
</xs:complexType>