Use of Tasks and Flows

Once a task is created, how can it be used in workflows?

1 Like

Hello @neville.fernandez, after creating a task, you need to register it in a library to enable its usage. To import and use it in a flow, you will need to import flow, TaskLibrary, and FlowLibrary. If your task has dynamic parameters, you should declare them in the Parameter class. Once you have registered your task in the library, you can call it from there. For further guidance, please refer to the provided screenshot.

4 Likes