feat: add lightweight workflow run steps#88
Open
kj-podonos wants to merge 3 commits into
Open
Conversation
…ight-workflow-steps # Conflicts: # .spec-sha # src/onepin/.fern/metadata.json # src/onepin/reference.md # src/onepin/voices/raw_client.py # src/onepin/workflows/client.py # src/onepin/workflows/raw_client.py
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in 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.
Summary
25958e9ainclude_result,node_type, andnode_idtoworkflows.runs.stepsCompatibility
Workflow-step results are lightweight by default. Pass
include_result=trueto retrieve full result payloads;node_typeandnode_idfilters can be combined.The generated response model accepts older backend payloads that do not yet contain
has_resultoractive_ports, which permits the required SDK-first rollout.This
feat:commit prepares the pre-1.0 minor release0.12.0through release-please. No version file was manually edited.Validation
fern checkmake lintmake typecheckmake testmake buildDependencies
Required eventual release order: SDK
0.12.0, backend, then frontend.No merge, publish, release, deploy, or Sentry mutation is part of this PR.