DSL Library for Temporal Workflow

Hi,

Do we have any DSL library for converting temporal/workflow serverless specs. to java code ?

Regards,

Sarvesh Belose

We have a sample here which should be a pretty good start. Hope that helps.
The CNCF Serverless Workflow project has its own “Java SDK” which can be used serialization and deserialization of the DSL itself, as well as validation so you don’t have to write this yourself.

Thanks @tihomir ! This really helps.