We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d39c9 commit 87fc797Copy full SHA for 87fc797
tests/worker/test_workflow.py
@@ -5615,6 +5615,7 @@ def __init__(self) -> None:
5615
@workflow.run
5616
async def run(
5617
self,
5618
+ _: UseLockOrSemaphoreWorkflowParameters,
5619
) -> LockOrSemaphoreWorkflowConcurrencySummary:
5620
await workflow.wait_condition(lambda: self.workflow_may_exit)
5621
return LockOrSemaphoreWorkflowConcurrencySummary(
0 commit comments