1. Home
  2. Docs
  3. Process Apps
  4. Flow
  5. Tasks
  6. Script Task1 min read

Script Task1 min read

The Script Task allows you to add or modify the data to use during the execution of a flow. In the Script Task, you can use JavaScript to access the required data. It also allows you to add or modify variables. 

Configure Script Task

To configure a Script Task in the process flow, follow the below steps:

  1. On the left pane, you can find the Tasks section. Drag and drop the Script Task stencil from this section to the builder.
  2. Click the Script Task stencil to open the Script Task window.
  3. On the Script Task window, enter the following details:
    1. Name – Enter a name for the script task.
    2. Define Script – In the JavaScript editor, enter the script to access the required data.
  4. Close the Script Task window.

On this Page

Menu