WorkflowServicesGetWorldviewWorkflowStatus Method Ingeniux CMS Web Services API

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: 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

Reference