WorkflowServicesFixWorldviewWorkflows Method Ingeniux CMS Web Services API

Fixes the Worldview Workflows, create the necessary Workstates and Workflow Definitions.

Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 9.0.565.0 (9.0.565)
Syntax

public XHRServiceResponseGeneric<WorldviewWorkflowFixOutput> FixWorldviewWorkflows()

Return Value

Type: XHRServiceResponseGenericWorldviewWorkflowFixOutput

The result of fixing operation, including the Id of Workflow Definitions that were created, and remaining missing Workflow Definitions and Workstates

Examples

Sample JSON return
JavaScript
{
    "code": 0,
    "error": null,
    "message": {
        "allBlank": false,
        "badDefs": [],
        "badStates": [],
        "workflowsCreated": ["Master Page Workflow for Translation", "Clone Page Workflow for Translation"]
    }
}
Remarks

This operation will using existing Workflow Definitions and Workstates with the same names.

See Also

Reference