The VaultWorkflowOperations class represents the available workflow operations.
|  AddWorkflowAdmin | Adds a new workflow. Returns the created workflow, with the ID property set to the real ID value. | 
|  GetStateTransitionSignatureSettings | Receives the signature settings for a state transition. | 
|  GetStateTransitionSignatureSettingsByID | Receives the signature settings for a state transition. | 
|  GetWorkflowAdmin | Receives the specified workflow (for administrative operations). | 
|  GetWorkflowForClient | Receives the specified workflow in a format suitable for client. | 
|  GetWorkflowIDByAlias | Receives the ID of the workflow with the specified alias. Returns -1 if a match is not found or if more than one workflow uses the specified alias. | 
|  GetWorkflowIDByGUID | Receives the ID of the workflow with the specified GUID. Returns -1 if a match is not found. | 
|  GetWorkflowsAdmin | Receives all workflows (for administrative operations). | 
|  GetWorkflowsAsValueListItems | Receives all workflows. | 
|  GetWorkflowsForClient | Receives all workflows in a format suitable for client. | 
|  GetWorkflowStateIDByAlias | Receives the ID of the workflow state with the specified alias. Returns -1 if a match is not found or if more than one workflow state uses the specified alias. | 
|  GetWorkflowStateIDByGUID | Receives the ID of the workflow state with the specified GUID. Returns -1 if a match is not found. | 
|  GetWorkflowStates | Receives all states of the specified workflow. | 
|  GetWorkflowStatesEx | Receives all states of the specified workflow. The selectable flag of each state is determined based on the specified current state and object version. | 
|  GetWorkflowStateTransitionIDByAlias | Receives the ID of the workflow state transition with the specified alias. Returns -1 if a match is not found or if more than one workflow state transition uses the specified alias. | 
|  GetWorkflowStateTransitionIDByGUID | Receives the ID of the workflow state transition with the specified GUID. Returns -1 if a match is not found. | 
|  GetWorkflowStateTransitions | Receives all state transitions of the specified workflow. | 
|  GetWorkflowStateTransitionsAsJSON | 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. | 
|  GetWorkflowStateTransitionsEx | 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. | 
|  RemoveWorkflowAdmin | Deletes the workflow with the specified ID. | 
|  RemoveWorkflowsAdmin | Deletes the workflows with the specified IDs. | 
|  UpdateWorkflowAdmin | Updates the workflow. The ID property identifies the workflow to modify. Returns the updated workflow. |