M-Files API 23.11.13135.0
VaultWorkflowOperations Object
Members 
Description
The VaultWorkflowOperations class represents the available workflow operations.
Public Methods
Adds a new workflow. Returns the created workflow, with the ID property set to the real ID value.
Receives the signature settings for a state transition.
Receives the signature settings for a state transition.
Receives the specified workflow (for administrative operations).
Receives the specified workflow in a format suitable for client.
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.
Receives the ID of the workflow with the specified GUID. Returns -1 if a match is not found.
Receives all workflows (for administrative operations).
Receives all workflows.
Receives all workflows in a format suitable for client.
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.
Receives the ID of the workflow state with the specified GUID. Returns -1 if a match is not found.
Receives all states of the specified workflow.
Receives all states of the specified workflow. The selectable flag of each state is determined based on the specified current state and object version.
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.
Receives the ID of the workflow state transition with the specified GUID. Returns -1 if a match is not found.
Receives all state transitions of the specified workflow.
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.
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.
Deletes the workflow with the specified ID.
Deletes the workflows with the specified IDs.
Updates the workflow. The ID property identifies the workflow to modify. Returns the updated workflow.
Remarks
This method group interface can be accessed via the Vault object.
See Also

VaultWorkflowOperations Members