Click or drag to resize

WorkflowServicesGetWorldviewWorkflowStatus Method


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: 10.3.169
Syntax
public XHRServiceResponseGeneric<WorldviewWorkflowStatus> GetWorldviewWorkflowStatus()

Return Value

Type: XHRServiceResponseGenericWorldviewWorkflowStatus

Information of the Worldview Workflows

Examples
Sample JSON return - No Worldview Workflow setup yet, all Workstates and Definitions are missing
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