Corezoid Nodes
  • 31 May 2023
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Corezoid Nodes

  • Dark
    Light
  • PDF

Article Summary

Flow Control

The basic building blocks of Corezoid:

Start
End
Condition
Delay

Code

Allow you to perform operations on task parameters:

Set Parameters
Code
Git Call

External Resources

Allow you to access resources outside of Corezoid:

API Call
Database Call

Queue

Allow you to accumulate and retrieve tasks:

Queue
Get from Queue

Process Interactions

Allow you to manage the way processes interact with one another:

Copy Task
Call a Process
Reply to Process

Set State (for State Diagrams)
Waiting for Callback (for Processes)
Modify Task

Dashboard

Allows you to gather statistics on your tasks:

Sum


What's Next