Browse runtimes
The Runtimes view of the dashboard shows all the public runtime items plus the private runtime items that you own or have been shared with you. The list is on the left side of the page. At the top of the list is the number of runtime items.
For each runtime item, the colored identification icon, the name, the status, the number of API keys associated with published workflows and the number of published workflows are shown.
If the runtime item is private, a lock icon is displayed over the colored icon.
The runtime status is represented by a colored dot, and the color of the dot corresponds to the status as follows:
Color | Meaning |
---|---|
Gray | The runtime has never connected to the complete installation of NL Flow. This could mean that the runtime has not been installed yet, has never been started, has not been configured correctly or there are network issues—for example firewall blocks—that are preventing the runtime from connecting. |
Red | The runtime connected at least once to the complete installation of NL Flow, but it's not communicating currently. This may mean that it has been turned off, is experimenting some issue or there is a networking problem. |
Green | The runtime is communicating regularly with the complete installation of NL Flow, so it is available for publishing, testing and unpublishing workflows. |
- To change the sort order of the list, choose from the drop-down menu at the top of the list.
- To filter the list by name, type something in the search box above the list and press
Enter
: the list is reduced to only runtime items whose name contains what you typed.
To clear the filter, select the X icon to the right of the search box or clear the search box and pressEnter
.
The central part of the page shows the workflows that have been published at least once in the selected runtime.
The right part of the page lists possible operations on the selected runtime item and its properties, that is:
- The name of the item and the status of the corresponding runtime (see above).
-
Bars indicating the capacity of the runtime in terms of CPU, memory, number of workflows and number of JavaScript blocks1 and the amount of those resources that are currently allocated to published workflows.
Above each bar, the following are shown:- The type of resource (for example: CPU, memory)
- The amount of resource allocated to the totality of the published workflows
- The configured limit, that is the maximum amount that can be allocated
Inside the gray bar, darker bars are drawn, from the left, representing:
- The amount of resource used by published workflows
- (Only for CPU and memory) In a lighter shade, the amount of resource that have been reserved for asynchronous workflows but are not in use because one or more workflows are currently scaled down
-
The version of the runtime software.
- The basic URI, that is the first part of the URL of every API endpoint for the workflows published in the runtime.
-
Any additional services made available by the runtime that can be used in the workflows.
For example:- extract: the runtime offers the Extract functionality, so it is possible to include blocks of the Extract Converter component.
- external-network: the runtime has the ability to connect to the Web, enabling the use of components that require such access, like URL Converter.
-
This limit applies only to synchronous workflows. ↩