Tihomir Surdilovic

Results 171 comments of 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.

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...