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

Creating new task for the process instance is not listed in process instance tasks #4650

Open
dbenesj opened this issue Sep 23, 2024 · 1 comment
Assignees
Labels
type:bug Issues that describe a user-facing bug in the project.

Comments

@dbenesj
Copy link

dbenesj commented Sep 23, 2024

Environment

Tomcat ZIP 7.21

Description (Required on creation; please attach any relevant screenshots, stacktraces, log files, etc. to the ticket)

Trying to create new task that should be part of the running process instance.
In the REST API documentation of the Create Task it is stated it can be done by providing parameter processInstanceId.
When this endpoint is called, HTTP 204 is returned, but when later performing Get Task List specifying processInstanceId, the new task is not returned.

Steps to reproduce

  1. create new process instance
  2. create new tasks specifying previously created process instance ID
  3. list tasks for the process instance

Observed Behavior

Newly created tasks is not added to the tasks of the process instance.

Expected behavior

Newly created task should be visible when retriving tasks for the process instance ID.

@dbenesj dbenesj added the type:bug Issues that describe a user-facing bug in the project. label Sep 23, 2024
@danielkelemen
Copy link
Member

Hi @dbenesj,

Thank you for opening a bug ticket.
I'll test it myself soon and identify what the root cause is. After that we can think about a fix. This might take some time as we are currently in our release cycle. Thank you for your patience.

-Daniel

@danielkelemen danielkelemen self-assigned this Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:bug Issues that describe a user-facing bug in the project.
Projects
None yet
Development

No branches or pull requests

2 participants