chore: polish interrupt contract implementation
This commit is contained in:
@@ -184,7 +184,9 @@ async def test_interrupt_resume_payload_validates_before_state_mutation() -> Non
|
||||
),
|
||||
EndNode(id="end", type="end", outcome="submitted"),
|
||||
],
|
||||
edges=[Edge.model_validate({"from": "ask", "outcome": "submitted", "to": "end"})],
|
||||
edges=[
|
||||
Edge.model_validate({"from": "ask", "outcome": "submitted", "to": "end"})
|
||||
],
|
||||
)
|
||||
interrupted = await execute_workflow_async(workflow, {}, {})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user