include/lightspeed@ops@operations_kit_WorkflowPlan.hrl

-record(workflow_plan, {
    action :: lightspeed@ops@operations_kit:workflow_action(),
    requires_dual_control :: boolean(),
    reversible :: boolean(),
    preflight_checks :: list(binary()),
    audit_markers :: list(binary()),
    post_checks :: list(binary())
}).