Expand description

operations pallet is the interface for the creation and management of Operations.

Operation is an abstraction that represents one task in a sequence of tasks, a Workflow.

Every operation has a minimum of one Version which is created when the Operation is created.

Each Version contains all the information needed to execute it, download it, and chain it in the Workflow. The pallet also deals with creation and approval of Operation Versions.

Re-exports

pub use pallet::*;
pub use weights::WeightInfo;

Modules

Pallet types.

Autogenerated weights for operations