-
this is my demo, i use `curl -X POST -H 'Content-Type:application/json' -H 'Accept:application/json' -d '{"workflowdata" : { "action" : "list" , "access" : { "ak" : "aa" , "sk" : "aa" }}}' http://loca…
-
### Describe the bug
When you create a process instance (such as in swagger ui), the business key is required. But the Key is not returned in the response (but the process' ID is)
When you do a…
-
### Description
Consider the following config:
So the task name Must have no spaces.
If you arrive on this task the /tasks endpoint returns something like:
```json
[
{
"id": "…
-
### Describe the bug
edit: this seems to break even after a full clean and compile.
Running https://github.com/kiegroup/kogito-examples/tree/stable/process-usertasks-quarkus
The chang…
-
### Description
When a EventPublisher consumes `DataEvent`s and the /comments and /attachment endpoints are used, there should be a event generated that contains the Comment/Attachment.
An Event i…
-
### Description
vs
The swagger UI is often used in orgs as the first level of testing and quick use of a API. ability to add additional contextual info about what this workflow app do…
-
### Description
for a process there is the element doc and the "Process instances description" fields:
and on a start event we have:
This documentation would be very helpful add into…
-
At least until 2.2 becomes officially not supported.
-
### Description
In many cases you don't always want the comments and attachment endpoints being generated. Would be great to have the ability to disable these features.
### Implementation ideas
_N…
-
When running the examples and making additional changes, the check style started kicking in the past 24h that enforces a Red-hot license header on files. Was this a change done upstream?