Tihomir Surdilovic
Tihomir Surdilovic
In spec transition/end are mutually exclusive. If both are present, its a validation error that should be caught at compile time imo. the checks are really, if end exists, and...
Expanded the current DSL sample to include more features such as looping, parallel exec etc.
dont wanna update to a shapshot release
@jverce thanks for the pr!
dont want to up to shapshot version
cant upgrade as we want to run on java 8 still too
Samples I'm working on next: 1) Versioning 2) DSL
DSL sample PR - https://github.com/temporalio/samples-java/pull/151
Currently actions require one of the "refs" to point to a function definition: https://github.com/serverlessworkflow/specification/blob/main/schema/workflow.json#L486 How would you suggest this for sleep, to have a "sleep" function type maybe but that...