Skip to content

Create a workflow

The creation wizard

To create a new workflow, select the plus button in the upper toolbar of the dashboard, then choose Workflow project.

In the New workflow dialog enter the name of the workflow and, optionally, a description, then select Create workflow. A wizard starts.

In the Workflow pattern step you can choose between:

  • A pre-defined workflow pattern (Sequential or Parallel)
  • A custom workflow

If you have selected a pre-defined pattern:

  1. Select Next.

  2. In the Select Processor step of the wizard you can select an optional pre-processor to start the workflow with.

  3. Select Next. You are now in the Models step of the wizard.

    If you have selected the sequential pattern, select a model or upload one.

    If you have selected the parallel pattern, select up to three models or upload them: to enable the third model, select Add a third model to the fork.

  4. Select Next. You are now in the Operator step of the wizard.

    You can select an optional Javascript operator. It can be either an operator without any code (corresponding to the Custom javascript choice) or an operator pre-filled with a template code.

  5. Select Next and the workflow editor opens, showing the pre-built workflow.

If you have selected Custom workflow, select Create workflow to open the workflow editor.

Import a workflow

To import a workflow that has been previously exported in the same or in another installation of NL Flow:

  1. Select the plus button in the upper toolbar of the dashboard, then Import Workflow.
  2. Select the file with .wfpk extension to import (maximum size allowed is 4 GB).
  3. Select Upload to confirm.

Upload a model

To upload a model on the fly while in the Models step of the creation wizard:

  1. Select Upload. The Upload model dialog appears.

  2. Select the model type.

  3. Select Browse files and locate the previously exported file.
  4. Enter the model name.
  5. Select Upload.

Info

The maximum allowed file size is 4GB.