# Workflow Configuration

A workflow is a structured sequence of **steps** designed to automate or guide a process—such as requesting access to a secure area.&#x20;

Workflows are configured using the visual builder and saved as structured JSON data, which means they can be configured and changed without needing to write code.&#x20;

Workflows are composed of various elements, each playing a crucial role in building the processes:

* **Trigger**: In case of AccessNow workflow are usually triggered by a **user initiated** request or action. &#x20;
* [**Global Settings**](/command-centre/accessnow-user-guide/workflow-creation/creating-and-managing-workflows/workflow-configuration/global-settings.md) configuration inclue Fields and Processes.&#x20;
  * **Fields** are the basic data elements used throughout the workflow. Think of them as the blanks in a form that need to be filled in, such as “Name”, “Email”, or “Card Number”.&#x20;
  * **Processes** are actions that the system performs automatically. It coulod e.g. be a tasks carried out in the Command Centre, such as access provisioning or event creation, or automated actions by AccessNow, like sending an email. &#x20;
* [**Steps**](/command-centre/accessnow-user-guide/workflow-creation/creating-and-managing-workflows/workflow-configuration/steps.md) are the stages of the workflow. Each step represents a specific action or decision point, such as collecting information, performing a check, or sending a notification. Each step is configured separately and can let you configure detailed elements like e.g. step actions and decisions, step form fields, or choose notification Email templates.&#x20;
* [**Approver Groups**](/command-centre/accessnow-user-guide/workflow-creation/creating-and-managing-workflows/workflow-configuration/approver-groups.md) Sets of users with permissions to approve certain requests made through the workflow. Approver groups are associated with specific workflow steps or Command Centre access groups.&#x20;
* [**Command Centre Access Groups**](/command-centre/accessnow-user-guide/workflow-creation/creating-and-managing-workflows/workflow-configuration/lists/command-centre-access-group-list.md) Each Command Centre Access Group determines access to a selected Command centre area.  Refer to the Command Centre guide for detailed explanation.&#x20;
* [**Search and Drop-Down Lists**](/command-centre/accessnow-user-guide/workflow-creation/creating-and-managing-workflows/workflow-configuration/lists/drop-down-and-search-form-lists.md) Lists of values used in the forms utilised by the workflow.
* [**Email Templates**](/command-centre/accessnow-user-guide/workflow-creation/creating-and-managing-workflows/workflow-configuration/email-templates.md) Predefined messages sent automatically at specific workflow stages, facilitating communication and notification.&#x20;


---

# 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.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.
