Category
- Working with Workflows
Building Reusable Functions
You can build a workflow that executes a simple utility function and integrate it into any complex workflow as a child. This approach helps you to reuse a workflow in different scenarios to execute a partial path of the complex workflow.
- Open Workflow Studio and build a workflow that executes a simple function, for example, send email notification.

- Click the Settings icon and go to Reusable.

- Click Convert. The following pop-up window is displayed.

- Enter the Input fields and click Save and Close. The workflow gets converted to a reusable workflow. You can later Edit or Unset as reusable.
- Open the parent workflow to which you want to integrate the reusable workflow you have built.

- Click Edit. Click the Add next block icon where you want to insert the reusable workflow and select the workflow from the dropdown list.

- Click Finish Editing and save the workflow. The reusable workflow gets integrated to the parent workflow.
