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
Return Value
Type: XHRServiceResponseGenericWorldviewWorkflowFixOutputThe result of fixing operation, including the Id of Workflow Definitions that were created, and remaining missing Workflow Definitions and Workstates
Examples
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