Node
Node definition.
Node
A node is an element in the workflow: trigger, action, input, and output.
Each node can have a subtype. For example, purge and edit metadata are subtypes of an action.
Each flow can consist of multiple nodes that, when connected, define what happens in the application.
For example, you can have a Flow consisting of a SaaS Core pool as the input node, a scheduler as the trigger node, and purge as the subtype of the action
node. When connected they will have all the necessary information to perform purging of assets.