How do I update an input form?

Tip: You can add or change the form input of a workflow in either DRAFT or PUBLISHED status.

Steps
 

Open Workflows, All Workflows.


Double-click on a workflow.


Choose Input Form from the Info drop-down list.


Choose a task from the following options.

  1. To update the input form manually, enter JSON or YAML details in the editor and click UPDATE INPUT FORM.

  2. To auto-generate JSON, click AUTO GENERATE UI. Click OK to confirm.

    The input form is auto-generated. The auto-generated form overwrites any existing form input.

  3. To import JSON, click png15.pngImport JSON from Filesystem at the top of the screen. Navigate to the file you want and click Open.

    The JSON details appear in a JSON form. Click UPDATE INPUT FORM.

The input form is updated in the workflow.

End of steps