---
sourceDocument: Xanadu ServiceNow AI Platform Capabilities
sourceDocumentLink: https://www.servicenow.com/docs/r/xanadu/servicenow-platform

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu ServiceNow AI Platform Capabilities

ft:clusterId :

    - platcap

bundleId :

    - platcap

workflow :

    - Platform


---

# Create a workflow

# Create a workflow {#ariaid-title1}

* Release version: Xanadu
* 
* Updated August 1, 2024
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

Automate a multi-step process by creating a workflow with the Workflow Editor.

## Before you begin

Role required:

* You must have the workflow_admin or workflow_creator role to use the Workflow Editor.
* If you are designing the workflow as part of an update set process, see [Workflow movement with update sets](https://www.servicenow.com/docs/w6nPLDkY~O1O2ImYGeSKhA#c_WorkflowMovementWithUpdateSets "The system tracks workflows in update sets differently than other records because workflow information is stored across multiple tables.") before creating the workflow.
{#t_CreateAWorkflow__ul_vhg_sss_gr}

## Procedure

1. Navigate to AllWorkflowWorkflow Editor.  
   The Welcome tab of the Workflow Editor opens.
2. On the Workflows tab in the palette, click New Workflow.  
   A simplified version of the New Workflow form opens.
3. Fill in the Name and Table fields
4. **Optional:** Add a Description.
5. **Optional:** Do one of the following:
   1. If the Conditions UI section is displayed, specify a Condition if needed and edit the fields.  
      The Conditions UI section shows only if the selected table supports conditions for launching workflows. For example, if you select the sc_req_item table, conditions are not applicable and the Conditions UI section is not displayed.
   2. If the Stages UI section is displayed, check that the State rendering and Stage order fields contain the correct information.  
      The Stages UI section shows only if the selected table supports stages. For example, if you select the sc_req_item table, the Stages UI section is displayed.
6. Click Submit.  
   The new workflow is created with the Begin and Endactivities connected by a single transition.

   ![New workflow]()
7. Finish creating the workflow by adding activities, validating, and publishing so the workflow is available to other users.  
   For more information, see [Work on workflows](https://www.servicenow.com/docs/TjA_ufYgYYwNUv8aCL0uJw#work-on-workflows "To complete a workflow, you add workflow activities, validate the workflow, and publish it.").
8. To change advanced settings for the workflow, click the Properties icon ![Properties icon]().
9. If you make changes, click Update.
{#t_CreateAWorkflow__steps_yqq_wss_gr}
* **[Workflow properties](https://www.servicenow.com/docs/KDml8TzF6qqn9wq6wAXc2w)**   
  In the properties of a workflow, you can configure settings such as its application scope, start conditions, schedule, inputs, stages, and run time metrics. You can also view information such as the workflow author, version, and history.
* **[Create a workflow from a table](https://www.servicenow.com/docs/DjF8v3Wi7bX9AW~TlOcl6A)**   
  Automate a multi-step process by creating a workflow from the list view of any table that supports workflows.
* **[Create a workflow for a new service catalog item](https://www.servicenow.com/docs/3BXgLWtLM4BRd4cJd6grEQ)**   
  When you create a new service catalog item, you can create a new corresponding workflow at the same time.
* **[Create a workflow for an SLA Definition](https://www.servicenow.com/docs/NfMuqv0sJs3Au9UQISdJ5A)**   
  Automate a multi-step process by creating a workflow from an SLA definition.
* **[Ending workflows with multiple branches](https://www.servicenow.com/docs/H6zjuky0KT_Uvdtiq7ITAQ)**   
  A workflow is complete when it reaches the End activity, even if there are still active branches of the workflow in progress. To ensure that both branches are completed, add a Join activity to resolve the branches.

*[\>]: and then


