Skip to content

Edit a workflow

The canvas

A workflow is designed in the Editor tab inside the workflow's workspace, which opens at the end of the creation wizard or when opening an existing workflow from the Workflows view of the main dashboard.

The central part of the editor is a canvas: the workflow corresponds to the components you place—and possibly connect—inside the canvas.

The canvas contains an hexagonal grid that reveals itself when you hover over it as you add or move blocks. All the building blocks of the workflow snap to this grid.

Components

The components shown in the left panel and in the vertical bar on the right side of the page (My Models) can become building blocks of the workflow.

Components are divided in the following groups:

Component guide

To toggle usage help for the components listed in the left panel, select the question mark icon at the top right of the panel.
When usage help is turned on, if you hover over a component in the list, a panel containing the guide to the component is displayed.

Possible tabs inside the guide panel are:

  • Input, which lists the top-level keys of the input JSON.
  • Output, which lists the top-level keys of the output JSON.
  • Functional, which lists the functional parameters that can be checked and modified when editing a workflow block corresponding to the component.

Based on the selected component, more or less tabs are available.

Data flows

A workflow is made of one or more data flows: in a flow, each block receives input data, possibly processes it to produce new o different data and then makes its output available to downstream blocks.

A data flow can be a single block or multiple connected blocks.
When the workflow is used—for example via the NL Flow API—, each data flow is evaluated based on the direction of connections. The overall output of the workflow is the concatenation of the outputs of all the data flows.

Add blocks

  • To add a model block to the workflow:

    1. Select the model type on the strip at the top of the components' list in the left panel, choosing between:

      Or:

      • Hover over the model type to select the version of the wrapper. The wrapper is a software envelope in which the model—which has its own version—is run. The latest version of the wrapper is recommended, but previous versions may be available when it's necessary to add a model to an old workflow.
    2. Move the symbol of the model type to the desired position on the canvas.

      If you didn't choose the wrapper version in the previous step, the latest version will be used.

    3. Click to place the symbol: a pop-up list of models appears.
      If you chose the ML models type and wrapper version 1.0.0 in step a, then models that are not compatible with advanced mode (see below) are listed with a gray icon and their version.

      If you turn on advanced mode, incompatible models are not listed anymore.
      If you are using the latest version of the wrapper, only compatible models are listed.

    4. For a ML model, turn on Advanced mode if you want a block without NL Core that will only execute the ML algorithm, skipping the preliminary text analysis and feature extraction step that ML models perform in basico mode.

    5. Select the model from the pop-up list then select Confirm.
      You can use the search box inside the pop-up to find the model: enter characters in the box to list only models with matching names.

    Or:

    1. Select the model from the My Models bar on the right side of the page.
    2. Move the corresponding block to the desired position on the canvas.
    3. Click to drop the block in place.

    Or:

    • Drag a model from the My Models bar to the desired position on the canvas.

    To know about a model listed in the My Models bar, hover over its icon.

  • To add any component except models:

    1. Select the component on the left panel.

      Or, if there is the right arrow beside the component:

      Hover over the component to select its wrapper version. The latest version is recommended, a previous version is available for compatibility with older workflows.

    2. Move the corresponding block to the desired position on the canvas.

    3. Click to drop the block in place.

    Or:

    • Drag the component to the desired position on the canvas.

    If you select or drag the component without selecting its wrapper version, the latest version is automatically selected.

You cannot put a block adjacent to another.

Get block information

Any block

To see the full name of a block and the component version:

  • Hover over the component block in the diagram. A tooltip appears showing the block name and the component version.

Or:

  • Edit the block. Block name and component version appear at the top of the pop-up.

    Select Edit component name to edit the component name. When done, select Save, then Confirm.

Each block of a workflow has a unique identification code. This code appears in multi-flow workflow output and in case of verbose output. Read more about this topic in the article dedicated to workflow output.

To find the identification code of a block, edit the block. The code appears at the top of the pop-up below the block name.

Model blocks

Model blocks have additional information that can be useful for troubleshooting and learning more about what they do and their output.

For more information on model blocks:

  1. Select the model block.
  2. Select Show resources on the canvas toolbar.

Or:

  • Right-click the model block and choose Show resources on the context menu.

A pop-up appears on the left of the page. It always contains the Info tab. For symbolic models based on a fairly recent version of NL Core, more tabs are available.

At the top of the pop-up is the model name.

The Info tab shows the supported language, the creation date and detailed info on the technological components on which the model is based.

In the Classes tab, when present, the information classes that the model can extract are listed.

Classes are divided into groups. Next to the name of each group is the number of classes it contains.
To collapse and expand a group select the arrow icon to the left of the group name.

The Taxonomy tab, when present, shows the category tree.

To expand and collapse tree nodes:

  • Use the arrows to the left of the node name.

Or:

  • Select Expand node or Collapse node to the right of the category name.

In the Structure tab, when present, any defined sections and segments are listed.

The presence of sections can imply that the model is able to accept and exploit, for the purpose of categorization or extraction, an input text divided into sections.
The definition of segments, on the other hand, indicates that the model can identify segments of text with particular characteristics and use them as the scope of the categorization or extraction rules. Specified input sections and detected segments can also be part of the model output.

In the Classes, Taxonomy and Structure tabs there is a search box. To filter the list in the tab, type one or more characters in the box and press Enter. To cancel the filter, select the X icon .

To export all the model information in a JSON file, select Export .
To close the information pop-up select Close .

Pan and zoom

To pan the diagram, drag the canvas.

To recenter the diagram in the canvas when is partially or fully panned out of sight, select Recenter in the lower right corner of the canvas.

To zoom in and out, select Zoom in or Zoom out on the canvas toolbar or use the mouse wheel.

Move blocks

To move a block, drag and drop it wherever you need.

Connect blocks

Connecting two blocks indicates that they are part of the same flow and establishes the order of execution, which is also the direction of the data.

At runtime, the block from which the connection starts will be executed first and its output data will flow from it to the connected block (the direction of the arrow depicted midway along the connection) which will be then executed.

Note

Thanks to input mapping, a block can use as its input, in addition to the output of the previous block, data that's part of the output of any upstream block and even data coming from the workflow input, if the workflow's input format has been defined.

The connection can be simple or, in the case of connections starting from a Switch block, conditional.
A conditional connection is activated—and therefore the block at the end of it is executed—only if the condition associated with the connection is true.
To learn more about the conditions, read the article about the Switch component. Two blocks can be connected for the creation of a data flow between them.

To connect two blocks:

  1. Hover over the block from which you want the connection to start. A plus icon will appear on the right of the hexagon.
  2. Drag the plus icon to the other block.

In the case of a conditional connection, the gear icon appears midway along the connection.

To set the condition associated with the connection:

  1. Select Configure condition along the connection. A pop-up list with all the conditions defined in the Switch block appears.

  2. Select the condition from the list.

With the same procedure you can change a condition that's already set.

When connecting two blocks, the editor tries to automatically carry out input mapping.

When automatic mapping is not possible, a notification from the EDITOR ASSISTANT appears.

To check the result of automatic mapping or carry out mapping by hand, edit the right block (see below) and go to the Input tab.

Note

You can also edit a block from the EDITOR ASSISTANT.

In the image above you can see the result key of the Extract Converter block output JSON was automatically mapped to the documentLayout input key of the Business Events EN block.

Input mapping

Each workflow block receives a JSON input—either from the workflow inlet or from the previous block—and emits a JSON output.
The block "knows" which parts of the input JSON it must or can consider, for example:

  • A model block, based on its type, recognizes one or more top-level keys (for example a string named text) present in the input JSON.
  • An operator block like Join just takes the input JSON and propagates it, unaltered, to its output.

Sometimes, however, the keys that the block needs are apparently absent from its input:

  • They can indeed be there, but named differently.
  • The block that is placed deep in the workflow and needs data from the workflow inlet or from an upstream block that is not immediately preceding it.

In these cases, input mapping is needed. Input mapping is "telling" a block where to take the keys that it recognizes if they are not present in its direct input or have non matching names.

In the reference section of this manual you will find the description of the JSON keys that model blocks and processor blocks recognize in their input.
Operator blocks accept any input.

Input mapping is either carried out "automagically" when connecting blocks or done by editing the block and setting the fields of the Input tab, which can be done by hand or with the help of an assistant.

Info

Mapped keys must be of the same type (e.g., an object must be mapped to an object, an array to an array, a string to a string).

Edit a block

In the reference section of this manual you will find the description of the editable properties for model blocks, processor blocks and operator blocks.

To edit a block:

  • Double-click the block.

Or:

  • Right-click the block and select Edit component on the context menu.

Or:

  • Select the block, then select Edit component on the canvas toolbar.

The edit dialog is displayed.

For model and processor blocks, use the Input tab to check or set input mapping when needed.
The Input tab contains fields, each with a drop down list, corresponding to the keys that the block recognizes in the input JSON. One or more fields need to be set when input mapping is necessary.
You can find one or more fields already set the first time you open the tab if automagic input mapping was carried out successfully when you connected the block to another.
If automagic input mapping was not possible, you can get suggested mapping by selecting Map properties automatically .
If even this doesn't work or you want to change or enrich the mapping, select from values from the drop down lists of the fields. If you type inside a field, only matching output keys are listed.

The values staring with $nlflow_input correspond to keys of the workflow's input, if it was formally defined.

Disconnect blocks

To remove the connection between two blocks, select it and:

  • Press Del.

Or:

  • Select Delete selected component on the canvas toolbar.

Or:

  • Hover over the arrow direction and select Remove connection .

Warning

Disconnected blocks are still a valid workflow made of independent flows.

Remove blocks

To remove a block:

  • Select it, then select Del.

Or:

  • Right-click the block and select Delete selected component on the context menu.

Or:

  • Select it, then select Delete selected component on the canvas toolbar.

Info

When you remove a block, all its inbound and outbound connections are deleted.

Undo and redo changes

Select Undo or Redo on the canvas toolbar to undo or redo changes.

Clear the canvas

To clear the canvas, select Clear workflow on the drawing area toolbar.

Optimize layout

To optimize the layout of complex workflows select Optimize layout on the canvas toolbar.
The editor will automatically rearrange the blocks so that the layout is as compact as possible.

Validate the workflow

A workflow is invalid if it contains inconsistencies, such as a join block without at least two inbound connections or a fork block without at least two outbound connections.

To validate the workflow, select Validate current workflow on the canvas toolbar.

If validation fails, the Validate current workflow icon shows a red alert sign and the Validation failed dialog is displayed. Expand Show detail to know more about errors.

Track and save changes

The changes made since the last save are listed in the drop-down on the canvas toolbar.

To save changes, select Save on the canvas toolbar.
To discard changes, select Discard on the canvas toolbar.

Workflow information

Size and computing resources

Information about the size of the workflow and the computing resources it requires when published is shown in the main toolbar next to the workflow name.

  • : the number after the hollow hexagon icon is the number of blocks.
  • : the number after the icon of an hexagon with a gear inside is the number of JavaScript Interpreter blocks.
  • : the number after the gauge icon is the number of CPUs needed to publish the workflow in synchronous mode ("m" stands for "milli").
  • : the number after the chip icon is the amount of RAM needed to publish the workflow in synchronous mode, expressed in mibibytes or gibibytes.
  • : the numbers after the linked gears indicate the shared services' CPU needed to publish the workflow in asynchronous mode ("m" stands for "milli") and the amount of shared services' RAM needed to publish the workflow in asynchronous mode, expressed in mibibytes or gibibytes.

    Note

    Such values represent the sum of the parameter values described in the Shared Services dialog.

The NL Flow runtime must have sufficient computing resources to publish the workflow: find more information about this in the description of the Runtime view of the main dashboard of the NL Flow app.

When a workflow has been published, some asterisks are visible. Hover over them to compare CPU and RAM of the saved version of the workflow and the published version of the workflow.

Identifying information

Each workflow has a unique identification code. This data is part of the endpoints (URL) of the resources corresponding to the workflow in the NL Flow API, endpoints that allow programmers to use the workflow to analyze documents or know its status, if the workflow has been published.

To view the identifying information select Workflow settings of the main toolbar, then select the Information tab in the dialog.

Here you can find the workflow ID, the API endpoints for analyzing documents, the API endpoint for determining the status of the workflow and the number of API key linked to the workflow.

Info

To manage API keys and link them to workflows, use the Runtime view of the main dashboard of the NL Flow app.

To copy this information to the clipboard, select Copy id to clipboard/Copy url to clipboard to the right of the various fields.

Change workflow name and description

To change the name or the description of the workflow:

  1. Select Workflow settings on the main toolbar.
  2. Select the General tab.
  3. Change information.
  4. Select Save.

Define the input format

When:

  • The workflow has multiple independent flows and the input JSON contains data for all of them, but one or more of the initial blocks, instead of picking only the data pertaining to it, crash due to the presence of data destined for other initial blocks.

or:

  • Some blocks deep in the workflow—that is, not at the beginning of a flow—need to tap directly into data contained in the workflow's input JSON.

or:

  • A block that draws on workflow input expects input keys that are equivalent to keys in the workflow input JSON, but have different names.

it is necessary to formally indicate the keys of interest contained in the input JSON. In this way, a pseudo block called $nlflow_input, virtually located upstream of the workflow and invisible in the diagram, is created and its "output" corresponds to the structure defined as the workflow's input.
The properties of this object can be referenced anywhere in the workflow with input mapping.

For example, in the case of two flows, one starting with a TikaTesseract Converter block and the other starting with a URL Converter block, an input JSON containing data for both is normally not allowed because the blocks reject a JSON object containing more properties than those they recognize: the workflow crashes.
In this case it is possible to define the input format by giving the virtual object $nlflow_input all the useful properties of the input JSON, then map the input properties of the TikaTesseract Converter and URL Converter blocks only to compatible properties of the $nlflow_input object.

To define the workflow input format, select Input format definition on the canvas toolbar. The Input format definition window appears.

Use the Basic tab to define the format interactively. In input format definition, Inputs correspond to top level properties of the workflow's input JSON.

  • To define a new input:

    • Select the plus button . A couple of boxes appears below the list. Enter the name of the new input in the left box and click elsewhere, then select the type from the drop-down box on the right.

    Or:

    • Select the model from the model drop-down menu and the top-level key of the input JSON from the key drop-down menu.
  • To modify an input change its name and/or type.

  • To delete an input select it and then select Delete .

Alternatively, use the text editor in Advanced tab to define the format by writing a JSON template.

The entire template must be enclosed in curly braces. The syntax of the definition for a input is:

"name": type

where name is the name of the input. type represents the type of the key and can be:

  • {} for an object
  • [] for an array
  • "" for a string
  • 0 for a number
  • false for a boolean

Use the comma , to separate multiple inputs.

To delete all the inputs select Clear text .
To save the definition select Save.

Shared services

Shared services are software services required when the workflow is published in asynchronous mode. If you publish in synchronous mode, they are not used.

Shared services are not represented visually in the diagram—they don't have a corresponding hexagon—but are nevertheless instantiated as hidden blocks of the workflow and require a configurable amount of computing resources (CPU, RAM), multiplied by the number of instances. Their load is indicated on the main toolbar beside the load determined by the visible blocks.

To configure shared services, select Shared services on the editor toolbar. The Shared services pop-up will appear. It can contains these tabs, each corresponding to a service with the same name:

  • Script Interpreter
  • Proxy Legacy
  • Output Producer

Script Interpreter, as the name suggest, supports the interpretation of JavaScript and Python scripts. It is required when the workflow contains at least one block of one of the following components:

The corresponding tab is displayed or hidden automatically, based on the blocks of the workflow.

Proxy Legacy allows using old components that are not compatible with the latest implementation of asynchronous mode. The corresponding tab appears automatically only if such components are used in the workflow.

Output Producer takes care of orchestrating the production of output inside the workflow. It is always needed for asynchronous mode.

In the tabs of the Shared services pop-up you set the properties of the shared services that are needed by the workflow. The properties are the same for all the services and are:

  • Timeout: execution timeout expressed in minutes (m) or seconds (s).
  • Replicas: number of required instances.
  • Memory: required memory expressed in mibibytes, gibibytes or other units of choice.
  • CPU: thousandths of a CPU required (for example: 1000 = 1 CPU).
  • Consumer Number: number of threads of the consumer, the software module of the block that provides input to process by taking it from the block's work queue.

Publish the workflow

To publish the workflow:

  1. Select Publish on the main toolbar.

    Or:

    If your workflow has components for which only an asynchronous publishing is allowed, select Publish . In both cases, the publishing wizard starts.

    It is not mandatory to link API keys to the workflow, but a published workflow without a linked API key cannot be used with the NL Flow API, it can only be interactively tested in the Test tab. Find more information about API keys and how to manage them in the description of the Runtime view of the main dashboard.

    • To add a link to an API key:

      1. Select Add API key: a new drop-down list appears.
      2. Select the key from the new drop-down list. Repeat from the previous step to link more keys.
    • To remove the link with an API key, select Remove to the right of the key.

    • To change a linked key, click its name. All API keys whose name contains that of the pre-selected key will be shown in a drop-down list, with the current key marked with a check mark.

      • To view additional keys, edit the key name: all keys whose name contains what you type will be listed. If you remove all characters, all the API keys will be listed.
      • To choose another key, select it from the list.
    • To create a new API key and link it to the workflow:

      1. Select Create new API key.
      2. Enter the name of the key in New API key name, choose its color from the Color palette and select Create.

      3. Copy the key value to the clipboard—possibly using the Copy key to clipboard button—then paste it and save it in a safe place.

  2. When done with the API keys, select Next and complete the publishing wizard.

Monitor the workflow status

The publishing status of the workflow is represented by the colored dot in the main toolbar, to the right of the Publish button.
The gray color means that the workflow is not published; for the explanation of the other colors read below.

To have summary information about the publishing operation, hover over the colored dot.

To toggle and untoggle the display of detail information, select the Show more and Show less .

Synchronous mode

An orange dot means the workflow is being published but it's still not usable because non all of the software services corresponding to the building blocks have been turned on.

In the information pop-up, the dot beside a service that is not still on is red.

In case of a workflows with multi-replica blocks, the dot is yellow when the workflow is being published but is already usable because at least one replica of every service has been turned on.

In this case also the dot beside the name service that has been partially turned on is yellow.

When all the services are fully on, the dot becomes green.

In the information pop-up all the services' dots are green too.

Asynchronous mode

The color of the dot that represents the publication status of an asynchronous workflow becomes green, and surrounded by smaller dots, shortly after requesting the publication.
This to indicate that it is already possible to submit analysis tasks whatever the status of the workflow services is.

If you open the information pop-up you can see the status of the actual workflow, i.e. its readiness to process analysis tasks, corresponding to the situation of its services. The colors must be interpreted exactly as for a synchronous workflow, with the difference that it is still possible to submit analysis tasks, but these will actually be processed only when the color of the workflow is yellow or green.

So if the workflow is orange, it is inactive because all of its services are off (red).

The services will be turned on based on the autoscaling parameters chosen when publishing.

If the workflow is yellow, it means it can process queued tasks because at least one replica of each of its services is on.

In this case the workflow is active but scaled down because it is not at its full processing capacity. It looks like this because either a scale down or a scale up operation is in progress, also based on autoscaling parameters.

When the workflow is at full capacity, its dot in the information pop-up is green, as are those of all its services, indicating that all replicas are on.

Re-publish

If you change a published workflow, a notification appears in the main toolbar, suggesting to update the published version.

Unpublish the workflow

To unpublish the workflow from the editor, select Unpublish on the main toolbar.
You can also use the Workflows view of the main dashboard to unpublish workflows.

Download the Postman collection

To download a Postman collection with which you can test a published workflow through the NL Flow API, select the ellipsis to the right of the canvas toolbar and choose Download Postman collection.

Once you have imported the collection into Postman, set collection variable API_KEY with the value of one of the API key linked with the published workflow. You can find more information about workflow-key association in the description of the Runtime view of the main dashboard of the NL Flow app.

Export the workflow

To export the workflow, save it and select the ellipsis to the right of the canvas toolbar then choose Export workflow.

The procedure creates and downloads to your computer a file with the .wfpk extension which contains the workflow definition and all non-standard components. For example, if the workflow contains blocks corresponding to symbolic or ML models, these will be included in the file, while processors, operators and knowledge models will only be referenced in the definition. This can make a big difference in file size.
The .wfpk files can be used to import the workflow into another NL Flow installation.

Upload a model

To upload a new model, select the upload icon at the bottom of the My Models bar to the right of the page. The Upload model dialog appears.

Inside the dialog:

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

Info

The maximum allowed file size is 4GB.

It is also possible to upload a model in the Models view of the main dashboard of the NL Flow app.

Customize the UI

Left panel

The left panel can be hidden to have more space for the drawing canvas. In order to be hidden, the left panel must first be undocked.

To undock the left panel select the undock button inside the panel.

To hide the left panel:

  1. If the panel is docked, undock it (see above).
  2. Select the blue X button on the canvas toolbar.

To unhide the left panel select the blue plus button on the canvas toolbar.

To dock the left panel, select the dock button inside the panel.

My Models bar

The My Models bar on the right side of the page lists the most recently used models so that they can be quickly reused. The bar can the turned off to have more space in the canvas or if not needed.

To turn off the bar select the ellipsis to the right of the canvas toolbar then choose Show "My Models" bar. Repeat to turn the bar on again.

Editor assistant

The EDITOR ASSISTANT in the lower right corner of the canvas shows useful suggestions for a correct construction of the workflow. Such suggestions can:

  • Auto-complete the workflow by adding missing components.
  • Let you edit a block.
  • Give tips about the component behavior.

Select the expanding and collapsing arrows to expand and collapse the panel.

Example

The picture above shows an example of what you can do with the editor assistant. Select:

  • Close context to place an End context operator on the canvas.
  • Edit component to edit the suggested block.