Retrieves all Workflow Definitions on the site. The name of each entry is localized name if localization exists
Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 9.0.565.0 (9.0.565)
Syntax
public XHRServiceResponseGeneric<SiteDefinitionsLocalizationListItem[]> GetWorkflowDefinitions()
Return Value
Type: XHRServiceResponseGenericSiteDefinitionsLocalizationListItemCollection of localized or original basic information of Workflow Definitions
Examples
JavaScript
{ "code": 0, "error": null, "message": [{ "ID": "WorkflowDefinitions\/2", "Name": "Standard", "isInComplete": true, "isOutDated": true, "isTranslated": false }, { "ID": "WorkflowDefinitions\/3", "Name": "Paso a paso", "isInComplete": false, "isOutDated": false, "isTranslated": true }] }
See Also