Skip to main content

Add Nodes

Process nodes are the essential components that make up your process. They allow you to define what the process should do and in which order. You can add nodes from the catalog directly within the Process Editor by clicking the purple + Add process button.

Add Menu

Types of Nodes

Nodes can come in the form of:

  • Skills: Pre-packaged, modifiable modules that perform specific tasks in your process.
  • Control Flows: Determine how the process runs and control the sequence of actions.
  • Python Scripts: Integrates custom Python code into your process.