Skip to content

Viewing workflow node run events

When you run nodes in a workflow of your project, the following two types of error can occur:

  • Internal — errors that are present in the code of the script that runs on a node. Errors of this type you need to correct yourself. See Fixing workflow node run errors.
  • External — errors that occurred on the Constructor Platform side. The support team fixes this type of errors. To get help with fixing an external error, you need to inform the support team. See Contacting support to fix workflow node run errors.

The workflow run events are as follows:

  1. Run is started by {User_name} at {start_time}
  2. Preparing storage...
  • Storage prepared.
  1. Synchronizing project data...
  • Project synchronized.
  1. Initializing workflow...
  • Workflow is prepared for run.
  1. Node {Node_name_1} is scheduling...
  • Node {Node_name_1} is scheduled.
  • Node {Node_name_1} is cancelled.
  1. Node {Node_name_1} is running...
  • Node {Node_name_1} is processed.

  • Node {Node_name_1} is cancelled.

  1. Workflow is finalizing...
  • Workflow processing is completed.
  1. Run is completed / failed / cancelled.