📄️ Config
An action in the context of a workflow is a specific operation or task that must be performed to trigger a transition from one state to another. Actions represent the work or decisions needed to move forward in the process and are often defined by the rules or conditions of the workflow.
📄️ Step
Steps in the context of a workflow refer to individual, reusable, and predefined tasks or operations that are executed as part of an action. Each step is a small, well-defined unit of work that contributes to the overall execution of an action and can be used across multiple actions or processes.