Click or drag to resize

WorkflowServices Methods


The WorkflowServices type exposes the following members.

Methods
  Name Description
Public method CreateWorkstate Creates a new Workstate. Workstates are stages within a workflow. A Workstate is available to every Workflow Definition.
Public method DeleteWorkflowDefinition Deletes a Workflow Definition
Public method 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
Public method GetContentItemAdvanceInfo Retrieves workflow advancement information of specific page or asset
Public method GetGlobalWorkflowData Retrieves the items in Ingeniux CMS Workflow system.
Public method GetTransitionList Retrieves the list of Transitions that are available to all of the Pages specified. Any Pages specified, but not in Workflow, are ignored.
Public method GetWorkflowData Retrieves the detailed information of a Workflow Definition.
Public method GetWorkflowReports Retrieves a list of Pages that are in Workflow, and their current state
Public method SetWorkflowData Updates a Workflow Definition with new data
Public method UpdateWorkstate Updates an existing Workstate with new data
Top
See Also