temporalio / temporalio/sdk-java
Expose SignalExternalWorkflowExecutionCommandAttributes.ChildWorkflowOnly in SDK API
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 433
- Forks
- 249
- Avg merge
- 5d 6h
- Merged PRs (30d)
- 26
Description
Is your feature request related to a problem? Please describe.
SignalExternalWorkflowExecutionCommandAttributes.ChildWorkflowOnly is not exposed as a part of any JavaSDK API.
It's also not in the parameters of signal interceptors.
Describe the solution you'd like
We should productize on how this flag should be exposed to the user's code. A specific usecase when settings this flag to true is also needed and will be helpful for documentation purposes.
Additional context
Parity between SDKs. Go and Typescript SDKs expose this flag as a part of their interceptor implementations.
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.
Research direction
Start by inspecting SignalExternalWorkflowExecutionCommandAttributes.ChildWorkflowOnly and the Java signal interceptor parameters, then compare how the Go and TypeScript SDKs expose the flag. The issue does not name files or tests, so first determine the intended Java API and a concrete use case. Done means the exposure is agreed and implemented with supporting documentation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, java, typescript
- Domain
- api, backend-api-design
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100