# Configuring Legacy Workflow Steps



<div class="note-border alert-info">
  <div class="alert alert-info" role="alert">
    <div><i class="far fa-info-circle"></i></div>
    <div class="alert-text">
      <p><strong>Note</strong>: The content in this article refers to single-document workflows, now known as legacy workflows. While existing workflows remain supported and such workflows can continue to be updated and used, legacy workflows will not receive new functionality in future releases. As of the 21R1.2 release, <a href="/en/gr/70436/">multi-document workflows and object workflows</a> are unified under <strong>Admin</strong> &gt; <strong>Configuration</strong> &gt; <strong>Workflows</strong>.</p>

<p>If your document lifecycle does not have any legacy workflows, the <em>Legacy Workflow</em> tab will not appear on your document lifecycle configuration page. If you require legacy workflow functionality for such a document lifecycle in your Vault during this release period, contact Support.</p>

<p>After the 21R3 release, you cannot create or copy legacy workflows in any Vault. You can continue to refresh or clone Vaults with existing legacy workflows.</p>
    </div>
  </div>
</div>



Workflow steps define all the actions within a workflow, whether they are user actions like providing electronic signatures or system actions like sending notifications.

## How to View & Edit Workflow Steps {#howTo}

To view and manage the steps in a workflow:

  1. Navigate to **Admin** > **Configuration** > **Document Lifecycles** > **[Lifecycle Name]** > **Legacy Workflows**.
  2. Click on the workflow name.
  3. Optional: To add a new step, select **Create Next Step** from a step's action menu. Note that decision steps do not have these options. Instead, edit the decision step and use the **Create Step** button.
  4. Optional: To edit an existing step, select **Edit** in a step's action menu. Make the necessary changes and click **Save**.
  5. Optional: To delete a step, select **Delete** from that step's action menu.
  6. Vault automatically deactivates a workflow when you edit its steps to prevent changes to in-progress workflows. To make the workflow active again, click **Make configuration active** in the **Workflow Details** panel.

## Step Details Panel {#stepDetails}

Fields in the **Step Details** panel appear for all step types.

<table class="wbord">
  <tr>
    <td>
      <strong>Field</strong>
    </td>
    <td>
      <strong>Description</strong>
    </td>
  </tr>
  <tr>
    <td>
      Name
    </td>
    <td>
      Enter a name for the step. This name displays in the <strong>Workflow Steps</strong> panel and when selecting next steps. For <strong>Workflow Task</strong> steps, this name appears as the dialog title in the task completion dialog.
    </td>
  </tr>
  <tr>
    <td>
      Description
    </td>
    <td>
      Enter a description for the step. For most steps, this description only displays in the <strong>Workflow Steps</strong> panel in workflow administration. However, the field is required for <strong>Workflow Task</strong> steps and appears in the task completion dialog as user instructions.
    </td>
  </tr>
  <tr>
    <td>
      Type
    </td>
    <td>
      Select the type of step. Learn more about these step types: <a href="/en/gr/2429/">Start</a>, <a href="/en/gr/21904/#join">Join</a>, <a href="/en/gr/21904/#notification">Notification</a>, <a href="/en/gr/21922/#decision">Decision</a>, <a href="/en/gr/21921/#state_change">State Change</a>, <a href="/en/gr/21904/#timer">Timer</a>, <a href="/en/gr/21922/#usertask">Workflow Task</a>, <a href="/en/gr/21922/#fileupload">File Upload Workflow Task</a>, <a href="/en/gr/9438/">Read & Understood Workflow Task</a>, <a href="/en/gr/21904/#end">End Workflow</a>, <a href="/en/gr/21921/#update_document_field">Update Document Field</a>. Depending on the selection, Vault displays additional fields below the <strong>Step Details</strong> panel with options specific to the step type.
    </td>
  </tr>
  <tr>
    <td>
      Next Step(s)
    </td>
    <td>
      Select from the picklist or enter names for one or more steps that Vault automatically begins when this step completes. Click <strong>Create Step</strong> to create a new step for selection without leaving the current page.
    </td>
  </tr>
</table>
