Web Services Developer's Guide → Web Services API Reference → SBM Application Web Services → Common Types → TransitionIdentifier
The TransitionIdentifier type holds the identification information for a transition. The TransitionIdentifier type parameters are listed below.
Name | Type | Description |
---|---|---|
identifier | Extension. See Identifier. | Generic identification extension base. Holds the displayName, id, and uuid for a transition. |
internalName | string | Holds the unique internal name of the transition. This value is set by SBM Composer and cannot be changed once it has been set and published. |
The TransitionIdentifier is the identifier that can be used in Web service methods to uniquely identify a transition. The TransitionIdentifier contains generic information about a transition (including the display name, ID, and UUID) and the unique internal name of the transition.
The following XML shows TransitionIdentifier as seen in a typical call.
<urn:transition> <urn:displayName>Approve</urn:displayName> <urn:id>4</urn:id> <urn:uuid>a78f0a30-1305-46c2-b661-df8219c105b2</urn:uuid> <urn:internalName>SOFTWARE_ISSUES.APPROVE</urn:internalName> </urn:transition>
Copyright © 2007–2017 Serena Software, Inc. All rights reserved.