Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Add more examples for DSL use case #179

Open
krishnaraman001 opened this issue Nov 25, 2021 · 2 comments
Open

[Feature Request] Add more examples for DSL use case #179

krishnaraman001 opened this issue Nov 25, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@krishnaraman001
Copy link

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
image (2)

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

@krishnaraman001 krishnaraman001 added the enhancement New feature or request label Nov 25, 2021
@tsurdilo tsurdilo self-assigned this Dec 30, 2021
@tsurdilo
Copy link
Contributor

Expanded the current DSL sample to include more features such as looping, parallel exec etc.

@swyxio
Copy link

swyxio commented Jan 16, 2022

good idea for a video @tsurdilo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants