Click or drag to resize

WorkflowServicesFixWorldviewWorkflows Method


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

Namespace:  IngeniuxCMService
Assembly:  IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.3.169
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