-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Core / InitializeWorkflow (#683)
* Updated core * Proto updates * start workflow job -> initialize workflow
- Loading branch information
1 parent
723d234
commit 5b897b1
Showing
20 changed files
with
687 additions
and
611 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,15 @@ | ||
from .core_interface_pb2 import ActivityHeartbeat, ActivityTaskCompletion | ||
from .core_interface_pb2 import ( | ||
ActivityHeartbeat, | ||
ActivitySlotInfo, | ||
ActivityTaskCompletion, | ||
LocalActivitySlotInfo, | ||
WorkflowSlotInfo, | ||
) | ||
|
||
__all__ = [ | ||
"ActivityHeartbeat", | ||
"ActivitySlotInfo", | ||
"ActivityTaskCompletion", | ||
"LocalActivitySlotInfo", | ||
"WorkflowSlotInfo", | ||
] |
6 changes: 4 additions & 2 deletions
6
temporalio/bridge/proto/activity_result/activity_result_pb2.py
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.