2.8 Workflows

Workflows enable you to design machine learning processes using a drag-and-drop canvas composed of nodes and connectors. Each node represents a task or step in the machine learning workflow. The connectors define the flow between these steps.

To access Workflows, click Workflows on your OML UI home page. Alternatively, you can select Workflows under Project on the left navigation menu to open the Workflows page.

Figure 2-7 Home page with Workflows icon highlighted



The Workflows page lists all the workflows that are created.

Figure 2-8 Workflows Listing page



You can perform the following tasks:
  • Create: Click Create to create a new workflow.
  • Edit: Select a workflow from the list and click Edit to edit it.
  • Duplicate: Select any workflow from the list and click Duplicate to create a copy. The duplicated workflow will immediately appear with a Ready status.
  • Delete: Select any workflow from the list and click Delete to remove it. You cannot delete a workflow that is currently running. You must stop it before attempting to delete.
  • Start: If you have created a workflow but have not run it, click Start to run the workflow.
  • Stop: If a workflow is running, select it and click Stop to halt the running of the workflow.