WorkflowServicesFixWorldviewWorkflows Method
|
Fixes the Worldview Workflows, create the necessary Workstates and Workflow Definitions.
Namespace:
IngeniuxCMService
Assembly:
IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.5.94
Syntax public XHRServiceResponseGeneric<WorldviewWorkflowFixOutput> FixWorldviewWorkflows()
Public Function FixWorldviewWorkflows As XHRServiceResponseGeneric(Of WorldviewWorkflowFixOutput)
public:
virtual XHRServiceResponseGeneric<WorldviewWorkflowFixOutput^>^ FixWorldviewWorkflows() sealed
abstract FixWorldviewWorkflows : unit -> XHRServiceResponseGeneric<WorldviewWorkflowFixOutput>
override FixWorldviewWorkflows : unit -> XHRServiceResponseGeneric<WorldviewWorkflowFixOutput>
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
Sample JSON return
{
"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