Fence and reconcile workflow runtime effects

This commit is contained in:
2026-08-03 06:37:45 +02:00
parent a1cea1d162
commit fed8fbe6c3
10 changed files with 1669 additions and 29 deletions
@@ -552,6 +552,8 @@ class WorkflowStepActionRequest(BaseModel):
"reject",
"resume",
"retry",
"confirm_effect",
"confirm_absent",
"cancel",
]
output: dict[str, Any] = Field(default_factory=dict)