Task Execution in ConverSight

Can I execute a task directly, without the underlying function once the task has been registered?

Hi @keerthana.kalimuthu
Yes, upon successful registration of a task, you can execute a task directly within the Notebook, eliminating the need for the underlying function.
Here’s how to execute a task without function directly from the notebook:

  • Open a new Notebook.
  • Import the conversight and task libraries and modules.
  • Utilize the run() function using the provided syntax: tsk.LibraryName.TaskName.run().
    image

Your task will now be executed.