# Process Task Step

The Process Task Step is used to assign tasks to users for actions such as approval or completion of a specific task in the workflow. The Process Task Step is essential for workflows that require user intervention, approvals, or manual processing at specific points.

The step configuration side panel consists of the below configuration tabs. Details about configuring commonly used tabs are included in the Common Steps Configuration section and since the Process Task step has some **tab-specific instructions, are also captured below**.&#x20;

The configuration unique to the Process step is explained below.

* [General tab ](#general-tab-greater-than-target-audience)
* [Task tab](#task-tab)
* [Input Fields tab](#input-fileds-tab) &#x20;
* [Actions](/command-centre/accessnow-user-guide/workflow-creation/creating-and-managing-workflows/workflow-configuration/steps/common-steps-configuration.md#actions-tab)&#x20;
* [Email tab](#email-tab)&#x20;

And in the Advanced mode, additionally:

* [Pre-Actions](/command-centre/accessnow-user-guide/workflow-creation/creating-and-managing-workflows/workflow-configuration/steps/common-steps-configuration.md#pre-actions-tab)&#x20;
* [Data Setup](/command-centre/accessnow-user-guide/workflow-creation/creating-and-managing-workflows/workflow-configuration/steps/common-steps-configuration.md#data-setup-tab)
* [Advanced tab](/command-centre/accessnow-user-guide/workflow-creation/creating-and-managing-workflows/workflow-configuration/steps/common-steps-configuration.md#advance-tab)

## General Tab

The General tab configuration aligns with the instructions specified in the[ Commons workflow settings](/command-centre/accessnow-user-guide/workflow-creation/creating-and-managing-workflows/workflow-configuration/steps/common-steps-configuration.md#general-tab) section.

Regarding the Target Audience the Process Task step allows for configuration of who will see and act on the step (requester, assignee, recipient), supporting scenarios like approvals or on-behalf requests. For example, the step can be configured so that, in some cases, the requester can also become the assignee if the workflow returns to them.

## Task tab&#x20;

The Process Task step is a specific type of the [Process step.](/command-centre/accessnow-user-guide/workflow-creation/creating-and-managing-workflows/workflow-configuration/steps/process-step.md) The **Process** configuration dropdown in the tab links the step to one of the processes defined in the [Global Settings](/command-centre/accessnow-user-guide/workflow-creation/creating-and-managing-workflows/workflow-configuration/global-settings.md#processes-tab). This means the step executes on of the predefined processes, usually *Set Up Approval*.  Refer to the instructions in the  [Process step](/command-centre/accessnow-user-guide/workflow-creation/creating-and-managing-workflows/workflow-configuration/steps/process-step.md) to learn more about process steps configuration and the parameter maps and output map configured in the tab.

## Input Fileds tab&#x20;

To configure the form for a Process Task, such as an approval, use the same style as the Input step. Follow the instructions for the Input step in the [Input Field tab](/command-centre/accessnow-user-guide/workflow-creation/creating-and-managing-workflows/workflow-configuration/steps/input-step.md#input-fields-tab) to configure it.&#x20;

In the Process Task step, most form information is read-only and intended to display request details, unlike the Input step which captures information. Other than that, the form configuration rules are the same.

## Email tab&#x20;

The Email tab configuration allows for sending a notification to the task assignees, such as the approvers.

<div data-with-frame="true"><figure><img src="/files/L6zwbrjx5i3QwHOwoVgN" alt="" width="538"><figcaption></figcaption></figure></div>

Below is an example of a notification configuration that sends an email to the approvers upon successful creation of an approval task.

<div data-with-frame="true"><figure><img src="/files/TUFmQrSWNiwkgpGHFv7Y" alt="" width="563"><figcaption></figcaption></figure></div>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.security.gallagher.com/command-centre/accessnow-user-guide/workflow-creation/creating-and-managing-workflows/workflow-configuration/steps/process-task-step.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
