Implement an alternative runtime for Workflow on top of Compose. - #1442
Open
zach-klippenstein wants to merge 2 commits into
Open
Implement an alternative runtime for Workflow on top of Compose.#1442zach-klippenstein wants to merge 2 commits into
zach-klippenstein wants to merge 2 commits into
Conversation
zach-klippenstein
force-pushed
the
zachklipp/compose-impl-no-api
branch
4 times, most recently
from
January 16, 2026 00:28
0cdbded to
dcb59b7
Compare
zach-klippenstein
force-pushed
the
zachklipp/compose-impl-no-api
branch
3 times, most recently
from
January 26, 2026 23:39
29a3309 to
9c29e1d
Compare
zach-klippenstein
force-pushed
the
zachklipp/compose-impl-no-api
branch
2 times, most recently
from
January 29, 2026 18:26
8804b5b to
2887966
Compare
zach-klippenstein
added a commit
that referenced
this pull request
Jan 29, 2026
These will be expanded on to measure the Compose runtime implementation in #1442.
zach-klippenstein
added a commit
that referenced
this pull request
Jan 29, 2026
These will be expanded on to measure the Compose runtime implementation in #1442.
zach-klippenstein
added a commit
that referenced
this pull request
Jan 29, 2026
These will be expanded on to measure the Compose runtime implementation in #1442.
zach-klippenstein
added a commit
that referenced
this pull request
Jan 29, 2026
These will be expanded on to measure the Compose runtime implementation in #1442.
zach-klippenstein
added a commit
that referenced
this pull request
Jan 29, 2026
These will be expanded on to measure the Compose runtime implementation in #1442.
zach-klippenstein
added a commit
that referenced
this pull request
Jan 29, 2026
These will be expanded on to measure the Compose runtime implementation in #1442.
zach-klippenstein
added a commit
that referenced
this pull request
Jan 29, 2026
These will be expanded on to measure the Compose runtime implementation in #1442.
zach-klippenstein
added a commit
that referenced
this pull request
Jan 29, 2026
These will be expanded on to measure the Compose runtime implementation in #1442.
zach-klippenstein
added a commit
that referenced
this pull request
Jan 29, 2026
These will be expanded on to measure the Compose runtime implementation in #1442.
zach-klippenstein
added a commit
that referenced
this pull request
Jan 29, 2026
These will be expanded on to measure the Compose runtime implementation in #1442.
zach-klippenstein
force-pushed
the
zachklipp/compose-impl-no-api
branch
3 times, most recently
from
May 5, 2026 23:58
5c9588d to
e1888a4
Compare
zach-klippenstein
force-pushed
the
zachklipp/compose-impl-no-api
branch
from
May 14, 2026 22:34
d47f4f3 to
1e91278
Compare
pull Bot
pushed a commit
to hektorloto/workflow-kotlin
that referenced
this pull request
Aug 13, 2026
Tracks a thread-local indent level that is incremented around each intercepted method call, and prefixes START/END log messages with the corresponding indentation so nested calls are readable. Extracted from square#1442. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
zach-klippenstein
force-pushed
the
zachklipp/compose-impl-no-api
branch
3 times, most recently
from
August 20, 2026 00:11
e2bab3e to
9f2b298
Compare
zach-klippenstein
force-pushed
the
zachklipp/compose-impl-no-api
branch
8 times, most recently
from
September 4, 2026 00:26
4d9004b to
42218db
Compare
zach-klippenstein
force-pushed
the
zachklipp/compose-impl-no-api
branch
from
September 4, 2026 17:42
711e364 to
0f93d2e
Compare
zach-klippenstein
changed the base branch from
main
to
zachklipp/burst-runtime2-method-param
September 4, 2026 17:45
zach-klippenstein
force-pushed
the
zachklipp/burst-runtime2-method-param
branch
from
September 4, 2026 18:38
10cefd6 to
03e699a
Compare
zach-klippenstein
force-pushed
the
zachklipp/compose-impl-no-api
branch
from
September 4, 2026 18:38
0f93d2e to
badea0c
Compare
zach-klippenstein
force-pushed
the
zachklipp/burst-runtime2-method-param
branch
from
September 4, 2026 18:55
03e699a to
7405a34
Compare
zach-klippenstein
force-pushed
the
zachklipp/compose-impl-no-api
branch
from
September 4, 2026 18:55
badea0c to
e27edb1
Compare
Base automatically changed from
zachklipp/burst-runtime2-method-param
to
main
September 4, 2026 21:32
This runtime is optional and can be activated in the entire tree either using the `COMPOSE_RUNTIME` runtime option, or in a subtree by wrapping a workflow with a `ComposeRuntimeSwizzlerWorkflow`. See go/compose-based-workflows.
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
handstandsam
approved these changes
Sep 4, 2026
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.
This runtime is optional and can be activated in the entire tree either using the
COMPOSE_RUNTIMEruntime option, or in a subtree by wrapping a workflow with aComposeRuntimeSwizzlerWorkflow.See go/compose-based-workflows.