TransitionIdentifier

Description

The TransitionIdentifier type holds the identification information for a transition. The TransitionIdentifier type parameters are listed below.

Parameters

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.

Usage

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.

Note: You can send any one of the elements in the identifier—you do not need to provide values for every element. You only need to provide more than one element in the event that the first element does not uniquely identify the object.

XML

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>