Skip to content
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

INCIDENT state is not returned in Public API #198

Closed
5 tasks
engineering-issue-sync-app bot opened this issue Jun 2, 2023 · 0 comments
Closed
5 tasks

INCIDENT state is not returned in Public API #198

engineering-issue-sync-app bot opened this issue Jun 2, 2023 · 0 comments

Comments

@engineering-issue-sync-app
Copy link

engineering-issue-sync-app bot commented Jun 2, 2023

Describe the bug

When requesting process instance in incident state from Public API, the ACTIVE state is returned instead.

To Reproduce

Steps to reproduce the behavior:

  1. Deploy process, start an instance and produce an incident
  2. Request instance data from public API, e.g. GET /v1/process-instances/2251799814030697
  3. Check the state field.

Current behavior

State is ACTIVE.

Expected behavior

State must INCIDENT.
State is unchanged, it remains as before. But in addition, the incident field is returned, of type boolean. Same as for flownode-instances API.

Environment

  • Operate Version: 8.2.5

Additional context


Acceptance Criteria

Definition of Ready - Checklist

  • The bug has been reproduced by the assignee in the environment compatible with the provided one; otherwise, the issue is closed with a comment
  • The issue has a meaningful title, description, and testable acceptance criteria
  • The issue has been labeled with an appropriate Bug-area label
  • Necessary screenshots, screen recordings, or files are attached to the bug report

For UI changes required to solve the bug:

  • Design input has been collected by the assignee

👉 Handover Dev to QA

  • Changed components:

  • Side effects on other components:

  • Handy resources:
    BPMN/DMN models, plugins, scripts, REST API endpoints + example payload, etc :

  • Example projects:

  • Commands needed to test; Versions to validate:
  • Docker file : in case that it needed to be tested via docker share the version contain the fixed along with version of other services .
  • Release version ( in which version this fixed/feature will be released):

📗 Link to the test case

🤖 This issue is automatically synced from: source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants