Add Form Task to a process automation

You can add a Form Task to configure the settings of a process automation.

Forms used in process automation are containers for human input during run time of attended automation. When added to the process flow, these containers are available to receive and send data that other elements can use over the course of the end to end process flow. Users wanting forms for unattended automation, where data is collected and consumed by bots without human input, should use interactive forms. Interactive forms package

Procedure

  1. Add the Form Task to the process automation by dragging the element from the Element panel.
  2. From the Form Task panel, perform these steps:
    1. Enter a name in the Element name field.
    2. Enter the task name in the Task name field.
      The task display name is displayed in the web interface as a reference. You can use a Reference ID such as ref ID = $RefId$.
    3. Select the Hide this task after completion check box.
      After task completion, the Form Task is not displayed to the user in the web interface.

      To display the hidden task, select the View hidden tasks check box in the tasks view page of the web interface.

    4. Select the Make the form read-only check box.
      The Form Task does not require any input and moves automatically to the next task.
    5. Select the Assign this task to the user who created this request check box.

      The task is automatically assigned to the user creating this request in the web interface.

    6. Select the Auto-assign this task to check box. You can select the following options from the drop-down:
      • The user who created the request: The task is automatically assigned to the user creating the request in the web interface.
      • The user who opens this task: The task is automatically assigned to the user who opens the task in the web interface.
    7. In the Task expiration time field, select the time option.
      You can select the following options: No expiration (default), 1 hour, 1 day, 1 week, 2 week, 30 days, and Custom.
      Note: If you choose the Custom option, you must specify the time by the number of days, hours, and minutes. The maximum is 45 days, and the minimum is 1 minute. Days range from 0 to 45 days, and hours range from 0 to 23 hours. For minutes, if the hours and days are set to 0, minute range is 1 to 59 minutes. However, if the hours and days are not set to 0, then the minute range is 0 to 59 minutes.
    8. In the Select form field, browse and select the second form created.
      This form displays the result.
    9. In the Data privacy tag field, enter a text or variable to generate hidden custom output.
    10. In the Add form button field, specify your button details.
      • Specify a name in the Button label field.
      • Select a style in the Button style field.

        You can choose between Primary, Secondary, or Cancel.

      • Click Add button to add any additional buttons.
      For example, these buttons display in the fixed footer of the form during the form task:
      Button placement in an active form.
    11. Select the check box in the Feed data into form field.
      1. Select a task in the Process task field.
      2. Select a type in the Variable type field.

        You can choose Input, Output, or Meta.

      3. Specify your variable in the Variable field.
        Note: Reference ID is a Meta variable type.
        Shows how to drill down in the UI to select the reference ID for a meta variable.
      4. Click Apply.
  3. Click Save.
    You have now configured the Form Task in your Process Composer process automation.