Crate barley_runtime

source ·
Expand description

barley-runtime

This crate contains the runtime for the barley workflow engine. It provides the Action trait, which is the main interface for defining actions that can be executed by the engine. It also provides the Context struct, which is used to pass information between actions.

Structs

  • A context for running actions.
  • Callbacks for the context.
  • The Error type, a wrapper around a dynamic error type.
  • A Universally Unique Identifier (UUID).

Traits

  • A measurable, reversible task.

Type Definitions

Attribute Macros