Web Services Developer's Guide → Web Services API Reference → SBM Application Web Services → Common Types → WorkflowIdentifier
The WorkflowIdentifier type holds the identification information for a workflow. The WorkflowIdentifier type parameters are listed below.
Name | Type | Description |
---|---|---|
identifier | Extension. See Identifier. | Generic identification extension base. Holds the displayName, id, and uuid for a workflow. |
The WorkflowIdentifier is the identifier that can be used in Web service methods to uniquely identify a workflow. The WorkflowIdentifier contains the generic information about a workflow (including the display name, ID, and UUID).
The following XML shows WorkflowIdentifier as seen in a typical call.
<urn:workflow> <urn:displayName>IDM</urn:displayName> <urn:id>2</urn:id> <urn:uuid>5296c4b1-4bab-48a9-83b3-1f633894ef33</urn:uuid> </urn:workflow>
Copyright © 2007–2017 Serena Software, Inc. All rights reserved.