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 unique identifier for an action.

Enums

Traits

Type Definitions

Attribute Macros