[Feature Request] Add more examples for DSL use case
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
Expanded the current DSL sample to include more features such as looping, parallel exec etc.
good idea for a video @tsurdilo