sdk-java icon indicating copy to clipboard operation
sdk-java copied to clipboard

How to use "produceEventRef", "consumeEventRef" at EventRef

Open flex-myeonghyeon opened this issue 1 year ago • 1 comments

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?

flex-myeonghyeon avatar Mar 19 '23 10:03 flex-myeonghyeon

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.

ricardozanini avatar May 28 '24 15:05 ricardozanini