A change request completion workflow definition.
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
FormIds | list of long | element | 0/unbounded | What forms does it apply to. | |
Properties inherited from WorkflowDefinition |
|||||
StepRepresentations | list of ObjectRepresentation | element | 0/unbounded | A collection of workflow step definition representations. These are only representations - use the original Ids to retreive the actual step definitions. | |
Steps | list of WorkflowStepDefinition | element | 0/unbounded | A collection of workflow step definitions. These are the real definitions. The service will not return these but rather their representations. These are only used when requesting workflow definition creation using these step definitions. | |
changeDescription | string | element | 0/1 | Gets the Description of Changes | |
global | string | element | 0/1 | Checks if is global. | |
name | string | element | 0/1 | Gets the name. | |
targetType | ManagedObjectType | element | 0/1 | the targetType | |
workflowType | WorkflowType | element | 0/1 | Gets the workflow type. | |
Properties inherited from ManagedObjectReference |
|||||
displayName | string | element | 0/1 | Gets the display name. | |
id | long | element | 1/1 | The unique id of the managed object this refers to. | |
type | ManagedObjectType | element | 0/1 | The type of managed object this refers to. | |
Properties inherited from supportTemplating |
|||||
xsitype | string | attribute | 0/1 |
Example
<ChangeCompletionWorkflowDefinition> <FormIds>...</FormIds> <name>...</name> <workflowType>...</workflowType> <StepRepresentations> <name>...</name> <originalObjectId>...</originalObjectId> </StepRepresentations> <Steps> <guestOSCredential/> <domainCredential/> <workflowDefinitionId>...</workflowDefinitionId> <id>...</id> <name>...</name> <type>...</type> <stepNumber>...</stepNumber> <condition>...</condition> </Steps> <global>...</global> <targetType>...</targetType> <changeDescription>...</changeDescription> </ChangeCompletionWorkflowDefinition>