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 5962fb9 commit a8c5fa8Copy full SHA for a8c5fa8
src/agentex/lib/core/temporal/workers/worker.py
@@ -103,19 +103,22 @@ def __init__(
103
async def run(
104
self,
105
activities: list[Callable],
106
+ *,
107
workflow: type,
108
) -> None: ...
109
110
@overload
111
112
113
114
115
workflows: list[type],
116
117
118
119
120
121
122
workflow: type | None = None,
123
workflows: list[type] | None = None,
124
):
0 commit comments