Skip to content

Commit c1f7661

Browse files
committed
Expose StartNexusOperationInput in worker module
1 parent 2fabfa1 commit c1f7661

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

temporalio/worker/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
StartActivityInput,
1717
StartChildWorkflowInput,
1818
StartLocalActivityInput,
19+
StartNexusOperationInput,
1920
WorkflowInboundInterceptor,
2021
WorkflowInterceptorClassInput,
2122
WorkflowOutboundInterceptor,
@@ -89,6 +90,7 @@
8990
"StartActivityInput",
9091
"StartChildWorkflowInput",
9192
"StartLocalActivityInput",
93+
"StartNexusOperationInput",
9294
"WorkflowInterceptorClassInput",
9395
# Advanced activity classes
9496
"SharedStateManager",

0 commit comments

Comments
 (0)