Receives all the state transitions of the specified workflow. The 'Selectable' flag of each state transition is determined based on the specified current state and object version.
Visual Basic |
---|
Public Function GetWorkflowStateTransitionsEx( _ ByVal Workflow As Long, _ Optional ByVal CurrentState As TypedValue = 0, _ Optional ByVal ObjVer As ObjVer = 0 _ ) As StateTransitionsForClient |