temporalio / temporalio/samples-java
[Feature Request] Add more examples for DSL use case
@tsurdilo is already working on this.
Since Dec 30, 2021.
- Dominant language
- Java
- Stars
- 258
- Forks
- 189
- Avg merge
- 6d 4h
- Merged PRs (30d)
- 4
Description
Is your feature request related to a problem? Please describe.
please add more DSL related java examples similar to https://github.com/temporalio/samples-java/blob/main/src/main/resources/dsl/customerapplication.yml which covers following actions in a workflow
1)Passing input and getting results from activites
2)Executing child workflows
3)Parallel execution
4)passing results from an activity to another sequential activity
A samle DSL for the below

Describe the solution you'd like
Please add more examples for "how to write specific DSL code for serverless workflow dsl in java?"
please explain " How to use DynamicActivity in java?"
Additional context
Please make a video of "how to write DSL Code for a new serverless workflow DSL in java?" if possible
It will be good if we have a generic DSL java Code which will work for any kind of serverless workflow dsl
Contributor guide
No contributing guide indexed for this repository
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.