Receives all states of the specified workflow. The selectable flag of each state is determined based on the specified current state and object version.
Visual Basic |
---|
Public Function GetWorkflowStatesEx( _ ByVal Workflow As Long, _ Optional ByVal CurrentState As TypedValue = 0, _ Optional ByVal ObjVer As ObjVer = 0 _ ) As States |