gabriel-farache opened a new issue, #3620:
URL: https://github.com/apache/incubator-kie-kogito-runtimes/issues/3620
### Describe the bug
When a workflow fails at its 1st state, the response return by the execution
endpoint is wrong: it only contains an error message but it does not contains
the instance ID.
### Expected behavior
Response should look like
```
{
"id":"{{ UUID }} ",
"workflowdata": {{ workflowdata object }}
}
```
### Actual behavior
The response is similar to
```
{"details":"Error id 98c2edd7-24e6-4cfc-a197-36d10cb9eb41-2","stack":""}
```
### How to Reproduce?
Execute a workflow that fails at the 1st step, i.e: send an http request to
a non-existent endpoint
### Output of `uname -a` or `ver`
_No response_
### Output of `java -version`
_No response_
### GraalVM version (if different from Java)
_No response_
### Kogito version or git rev (or at least Quarkus version if you are using
Kogito via Quarkus platform BOM)
_No response_
### Build tool (ie. output of `mvnw --version` or `gradlew --version`)
_No response_
### Additional information
_No response_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]