Workflow
|
The WorkflowServices type exposes the following members.
| Name | Description | |
|---|---|---|
| WorkflowServices | Initializes a new instance of the WorkflowServices class |
| Name | Description | |
|---|---|---|
| CreateWorkstate | Creates a new Workstate. Workstates are stages within a workflow. A Workstate is available to every Workflow Definition. | |
| DeleteWorkflowDefinition | Deletes a Workflow Definition | |
| DeleteWorkstate | Deletes a collection of Workstates. Opertaion will not stop when encount errors on individual Workstate deletion. Instead of the problematic Workstate Ids and the actual errors will be records and returned | |
| GetContentItemAdvanceInfo | Retrieves workflow advancement information of specific page or asset | |
| GetGlobalWorkflowData | Retrieves the items in Ingeniux CMS Workflow system. | |
| GetTransitionList | Retrieves the list of Transitions that are available to all of the Pages specified. Any Pages specified, but not in Workflow, are ignored. | |
| GetWorkflowData | Retrieves the detailed information of a Workflow Definition. | |
| GetWorkflowReports | Retrieves a list of Pages that are in Workflow, and their current state | |
| SetWorkflowData | Updates a Workflow Definition with new data | |
| UpdateWorkstate | Updates an existing Workstate with new data |