Calling Tasks in AI Workbench

How to call Tasks by assigned names in ConverSight AI Workbench workflows?

2 Likes

Hello @neville.fernandez To execute a created task, you need to access the task library which contains all the registered tasks. You can achieve this by importing the TaskLibrary from the Conversight package into your code. Once the library is imported, you can call the desired task using the syntax Tasklibraryinstance.TasklibraryName.TaskName. This allows you to efficiently execute the specific task you have created within the task library

2 Likes

@neville.fernandez To call a task in AI workbench we have to use the run function and call it.

image

5 Likes