admGetWorkflowsFromScheme

admGetWorkflowsFromScheme

 

Syntax

admGetWorkflowsFromScheme(workflowSchemeNameOrId)

Package

adm

Alias

 

Pkg Usage

workflowsFromScheme(workflowSchemeNameOrId)

Description

Retrieves a list of workflows associated to a workflow scheme.

Parameters

Parameter name

Type

Required

Description

Parameter name

Type

Required

Description

workflowSchemeNameOrId

string

Yes

The name or id of the workflow scheme.

Return Type

JWorkflow[]

Returns a list of workflow objects representing workflows associated to a given workflow scheme.

Example 1

string workflowSchemeName = "TEST: Software Workflow Scheme"; JWorkflow[] workflows = admGetWorkflowsFromScheme(workflowSchemeName); return workflows; // String representation // 753856cf-e50b-4d4b-bc96-0c68a0f773cb|REAS: Service Request Fulfilment workflow|10008|10006|10007|6|10004|10008|3|5|10005|Respond to support|Respond to customer|Back to in progress|Pending|Resolve this issue|Close|Escalate this issue|Escalate

Example 2

JWorkflow[] workflows = admGetWorkflowsFromScheme(10002); return workflows;

 

See also

Peacock

 

Need support? Create a request with our support team.

Copyright © 2005 - 2025 Appfire | All rights reserved.