---
title: "getAllWorkflowSchemeNames"
canonical: "https://support.appfire.com/space/PSJ/15483745/getAllWorkflowSchemeNames"
format: markdown
---
> Macro (aura-html)


|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | getAllWorkflowSchemeNames() | **Package** |  |
| **Alias** |  | **Pkg Usage** |  |

## Description

> Macro (excerpt)
> 
> Retrieves a list of Workflow Scheme names in a Jira environment.

Retrieves a list of Workflow Scheme names in a Jira environment.

## Return Type

**String []**

Returns a list of workflow scheme names;

## Example

```
string [] schemeNames = getAllWorkflowSchemeNames();
return schemeNames;


// classic|DEMO: Software Simplified Workflow Scheme|JSD Simple|SALES: Software Simplified Workflow Scheme|TEST: Software Simplified Workflow Scheme
```

## See also

> Macro (contentbylabel)