cyberneticlibrary

Test immutable workflow globals

protected-globalsworkflowsetup L21
b4fun/smol-workflows
What it does

Protect global variable access

Best for

Restricting variable scope in workflows to prevent unintended cross-phase mutations.

Inputs
  • · variable access patterns
Outputs
  • · access control policy
Requires
  • · Workflow agent runtime
Preconditions
  • · Requires workflow args with specified fields
Failure modes
  • · Timeout in parallel agent execution
  • · Agent returns invalid schema
  • · Missing required input fields
  • · Downstream agent/tool failure
  • · Network/API unavailability