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