1. Concepts
  2. Action Execution

Concepts

Action Execution

How actions get executed

Overview

Actions are the work horses of Stubber.
Actions are defined on the flow.

Execution Phases

Actions do 4 things:

  1. collect data
  2. run tasks
  3. send notifications
  4. record metrics

Actions do these things in 3 execution phases:

  1. intent - the user or AI is evaluting the action for required data
  2. execution - the action is being executed
  3. effect - the action is sending notifications and recording metrics

Action Phases