Retrieves the status information on the Workflows for Worldview system.
These are the Workflows to facilitate localization processes
Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 9.0.565.0 (9.0.565)
Syntax
public XHRServiceResponseGeneric<WorldviewWorkflowStatus> GetWorldviewWorkflowStatus()
Return Value
Type: XHRServiceResponseGenericWorldviewWorkflowStatusInformation of the Worldview Workflows
Examples
JavaScript
{
"code": 0,
"error": null,
"message": {
"allBlank": true,
"badDefs": ["Master Page Workflow for Translation",
"Clone Page Workflow for Translation"],
"badStates": ["Ready for Translation",
"Translating",
"Translation Complete",
"Proofreading",
"Implementing Proofreading Feedback",
"Reviewing",
"Implementing Review Feedback",
"Translation Project Complete"]
}
}See Also