temporalio / temporalio/temporal
Add SignalWithStart\UpdateWithStart command
@spkane31 is already working on this.
Since Jun 19, 2026.
- Dominant language
- Go
- Stars
- 23.2k
- Forks
- 1.9k
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 228
Description
Is your feature request related to a problem? Please describe.
Currently, SignalWithStart is available only through external gRPC API. There are multiple use cases when it is needed from a workflow.
Describe the solution you'd like
Add SignalWithStartChildWorkflow decision. This would allow calling SignalWithStart from the workflow code.
Add an option to specify if the started workflow becomes a child workflow.
Describe alternatives you've considered
Do not implement and keep using the current workaround of calling it from an activity.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.