Add system Nexus signalWithStartWorkflow API#2127
Open
tconley1428 wants to merge 20 commits into
Open
Conversation
tconley1428
force-pushed
the
nexus-api-gen-signal-with-start
branch
from
June 16, 2026 21:03
8e24cfd to
da9a5ac
Compare
tconley1428
commented
Jun 22, 2026
tconley1428
commented
Jun 22, 2026
tconley1428
commented
Jun 22, 2026
tconley1428
commented
Jun 22, 2026
tconley1428
commented
Jun 22, 2026
tconley1428
commented
Jun 22, 2026
tconley1428
commented
Jun 22, 2026
tconley1428
commented
Jun 22, 2026
tconley1428
commented
Jun 22, 2026
tconley1428
force-pushed
the
nexus-api-gen-signal-with-start
branch
from
June 29, 2026 16:23
f5454fa to
aeb63ca
Compare
…with-start # Conflicts: # pnpm-lock.yaml
tconley1428
marked this pull request as ready for review
July 13, 2026 14:55
chris-olszewski
left a comment
Member
There was a problem hiding this comment.
Dumping some minor package hygiene suggestions
| "lint": "eslint --no-error-on-unmatched-pattern --fix && prettier --write . && pnpm --recursive --stream run lint", | ||
| "lint:check": "eslint --no-error-on-unmatched-pattern && prettier --end-of-line auto --check . && pnpm --recursive --stream run lint:check", | ||
| "lint:prune": "ts-prune --error -p tsconfig.prune.json --ignore \"used in module\" --skip \".d.ts\"", | ||
| "lint:prune": "ts-prune --error -p tsconfig.prune.json --ignore \"used in module|packages/workflow/src/nexus/system/generated\" --skip \".d.ts\"", |
Member
There was a problem hiding this comment.
Note to self: verify dead code in workflow package isn't a significant increase
Contributor
Author
There was a problem hiding this comment.
It's mostly some proto converters that aren't necessarily used, it shouldn't be substantial.
…with-start # Conflicts: # CHANGELOG.md
chris-olszewski
approved these changes
Jul 13, 2026
chris-olszewski
left a comment
Member
There was a problem hiding this comment.
2 questions and I do think we want to avoid using user configured payload converter for the search attributes
…with-start # Conflicts: # .github/workflows/conventions.yml # package.json
… into nexus-api-gen-signal-with-start
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
Validation
Notes