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