sdk-java
sdk-java copied to clipboard
How to use "produceEventRef", "consumeEventRef" at EventRef
What is the question:
In serverless workflow specification EventRef Definition has "produceEventRef", "consumeEventRef", "consumeEventTimeout" properties. https://github.com/serverlessworkflow/specification/blob/main/specification.md#eventref-definition
How can I use these properties in sdk-java?
The Java SDK parses a workflow definition so that you can use the POJOs in your tooling/implementation. I'm not sure what you mean by how you can use these properties.
FWIW, the URL is now https://github.com/serverlessworkflow/specification/blob/0.8.x/specification.md#eventref-definition
The DSL has changed from 0.8 to 1.0.0.