-
Notifications
You must be signed in to change notification settings - Fork 39
Error when adding "produceEvents" to the workflow definition #358
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi, are there any updates regarding this issue? I am facing the exact same problem. In the logs I also get the error message: So I am guessing this serverless workflow feature is not implemented and we can currently not produce events if the workflow ends? The same also applies to Any help would be appreciated! |
It is implemented, but a bug was introduced, thus causing this issue. I spent the time working on DSL/runtime refactor and could therefore not address that one. All help is however warmly welcome! |
On a site note, this bug does not apply to pending #366: Said version is however a total overhaul, of both the DSL and all implementations (see https://github.com/serverlessworkflow/specification/releases/tag/v1.0.0-alpha1 for more information) |
Closed as should/does not apply to #366 |
Uh oh!
There was an error while loading. Please reload this page.
Hi all!
I have the following simple workflow definition:
I'm actually trying to get an event to be produced at the end of the flow. When I load this into the webUI, it saves the workflow definition but it removes the "produceEvents" part. When I try to post it to the HTTP endpoint, I'm getting an HTTP 500 with the following error message:
I get the latest version of Synapse deployed in Kubernetes. Any help would be appreciated!
Bram
The text was updated successfully, but these errors were encountered: