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


|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | admGetProjectWorkflowScheme(pkey) | **Package** | adm |
| **Alias** |  | **Pkg Usage** | projectWFScheme(pkey) |

## Description

> Macro (excerpt)
> 
> Returns the project workflow scheme.

Returns the project workflow scheme.

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| pkey | String | Yes | Project key. |

## Return Type

**String**

The requested scheme name.

> ⚠️ Because Jira "**Default Workflow Scheme**" has no name in the database, if the function returns the empty string that means the default scheme is currently attached to the specified project

## See also

> Macro (contentbylabel)