Skip to content

Workflow nodes statuses

Depending on a node type, nodes can have the following statuses:

For common nodes

  • Not started — the node run is not started.
  • In progress — the node is running.
  • Completed — the node run is successfully completed, the time that the run took is displayed.
  • Failed — the node run failed; the errors that caused the failure are listed on the Logs tab.
  • Cancelled — the data processing is cancelled.

For HPC cluster node

  • Not started — the node run is not started.
  • Preparing — the node run is prepared internally in the platform (the project directory is copied and resources allocated).
  • Scheduled — the node run is scheduled externally in a queue on the HPC cluster.
  • In progress — the node is running.
  • Finalizing — the results of the node run are written to the local directory.
  • Completed — the node run is successfully completed, the time that the run took is displayed.
  • Failed — the node run failed; the errors that caused the failure are listed on the Logs tab.
  • Skipped — the node run is cancelled by the user.