Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 539 Bytes

File metadata and controls

31 lines (22 loc) · 539 Bytes

Workflows Guide

Build governed workflows with audit evidence.

Basic Workflow

python examples/10_workflows/run_workflow.py

Custom Workflow

Create my_workflow.yaml:

version: 1
task: "Your task here"
policy: "your-policy"

Run it:

python examples/10_workflows/run_workflow.py my_workflow.yaml

Workflow Features

  • Audit evidence tracking
  • System Laws enforcement
  • Governance policy application

See examples/10_workflows/README.md for details.