Dmitrii

Results 15 issues of Dmitrii

### Description Please provide example on how to build single Kogito application serving multiple processes with multiple versions. ### Implementation ideas I suppose that the processes should be configured as...

### Describe the bug Jobs service fails with the following error when PostgreSQL database are initialized with DDL scripts kogito-ddl-1.24.0.Final `jobs-service | 2022-07-25 15:16:57,453 nb-g53 ERROR [org.kie.kogito.jobs.service.resource.error.DefaultErrorMapper:-1] (executor-thread-0) Handling HTTP...

jsonschema2pojo 1.1.2 fails with "Path not present: watcher" error when processing multiple json files having objects with the same name, e.g.: - JiraCreateIssueRequest.json https://docs.atlassian.com/software/jira/docs/api/REST/8.1.0/#api/2/issue-createIssue - JiraIssue.json https://docs.atlassian.com/software/jira/docs/api/REST/8.1.0/#api/2/issue-getIssue ... and the...

### Description Kogito seems to always return "HTTP/1.1 201 Created" for newly created process instance. That may be misleading for abnormal process flow just after the start event: e.g. technical...

### Describe the bug I tried to handle same exception for different service tasks by attaching boundary error events as follows: ![image](https://user-images.githubusercontent.com/2945630/186891178-79c129eb-6527-43ce-8ff9-ccbba62f8316.png) When the first task ("Service Task") throws exception...

### Describe the bug I set up service task to return two variables as follows: - Mapped service task outputs to process variables in "Data Outputs and Assignments" of BPMN...

I suggest to add direct support of abstract base classes and protocols mixins to aenum (and stdlib enum if possible). Currently addition of ABC/Protocol mixin to Enum raises errors: >...

### Description Task management API requires to know task instance ID in addition to a task name (that is also an identifier): http://host:port/process name/process instance ID/task name/task instance ID Getting...

I suggest the following feature request: provide converter of a dataclass to/from a schema. Consider if [the protobuf compiler](https://github.com/protocolbuffers/protobuf/releases) generating Python pyi stub is useful for the purpose: `protoc -I...

feature

Consider this issue as a feature request please. I suggest to add more flexibility to how parameters for tests are combined. In pytest tests are executed for each combination (cartesian...