-
Notifications
You must be signed in to change notification settings - Fork 181
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
feat: spawn and join workflows #289
Merged
Merged
Conversation
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
* feat: contracts for spawn/join feature * add parent step run ids to model * add parent ids to schedule request
#297) * feat(go-sdk): spawnWorkflow method and get up to speed with other sdks * fix: manual trigger example * fix: linting errors * fix: double serialization from go sdk * fix: spawn workflow logic and procedural example * test(e2e): add procedural test * fix: panic in e2e test * fix: e2e test preparation * fix: api server url in test.yml * fix: load test server url * chore: make num children configurable * address pr review
* chore: expose full client to context * chore: update protos * feat: add parent options to trigger * feat: example fanout worker * fix: typehint * feat: add spawn workflow to context * wip: polling and streaming * fix: correct request * chore: rm logging * feat: working polling * feat: functional polling * chore: separate connection * feat: functional streaming and listening * fix: get result payload * fix: increased initial poll interval * release (py): 0.19.0 --------- Co-authored-by: gabriel ruttner <gabe@hatchet.run>
* docs: spawn and join * lint: prettier * docs: insert video for launch post * chore: address feedback * docs: clean up go example * Update child-workflows.mdx
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
See proposal: #277.
Type of change