Entry Point
Creating, managing, and executing workflows, providing a structured approach.
Core Functionalities
Workflow Creation:
Each workflow is identified by a unique
workflowKey
and specifiedexecutor
address which can call workflow methods.
Workflow Execution:
Run Function: Invokes the workflow by automation services, ensuring all checks pass before execution.
Workflow Deactivation:
Allows for the deactivation of workflows by specifying the
workflowKey
, ensuring clean-up and cancellation of tasks if necessary.
Last updated