This section describes the Workflow web scripts within the /org/alfresco/repository/workflow package.
- Gets Workflow Task Instance Gets the details of a task.
- Updates Workflow Task Instance Updates the properties of a specific task and returns a detailed representation of the updated task instance.
- List Workflow Tasks Lists all Workflow Task Instances associated with an authority and of a given State.
- Get Workflow Definition Returns a detailed representation of the workflow definitions.
- List Deployed Workflow Definitions Returns a simple representation of all deployed workflow definitions.
- Get Workflow Instance Diagram Streams an image representing the current state of a workflow instance, if one is present.
- Delete or Cancel Workflow Instance Either cancels or deletes the specified workflow instance.
- Get Workflow Instance Retrieves a specific workflow instance, optionally with all the tasks.
- Get Workflow Instance Collection for NodeRef Retrieves all active workflow instances that the given node is part of.
- Get Workflow Instance Collection Retrieves all workflow instances, the returned list can also be optionally filtered.
Parent topic: Repository