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.5.94
Syntax public XHRServiceResponseGeneric<WorldviewWorkflowStatus> GetWorldviewWorkflowStatus()
Public Function GetWorldviewWorkflowStatus As XHRServiceResponseGeneric(Of WorldviewWorkflowStatus)
public:
virtual XHRServiceResponseGeneric<WorldviewWorkflowStatus^>^ GetWorldviewWorkflowStatus() sealed
abstract GetWorldviewWorkflowStatus : unit -> XHRServiceResponseGeneric<WorldviewWorkflowStatus>
override GetWorldviewWorkflowStatus : unit -> XHRServiceResponseGeneric<WorldviewWorkflowStatus>
Return Value
Type:
XHRServiceResponseGenericWorldviewWorkflowStatus
Information of the Worldview Workflows
Examples
Sample JSON return - No Worldview Workflow setup yet, all Workstates and Definitions are missing
{
"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