You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am trying to just capture UserTask information. However when handler completes, it marks taskState null, not sure why. Please see the below code snippet.
If, I do not use the handler, its working fine. To reproduce this issue, just add a handler on user task, do not do anything. You will see in the Operate UI task is still active, but in TaskList UI it will disappear. Even if you try to complete or assign this task it will through taskState null error. This only happens we we add handler on user Task.
To Reproduce
Steps to reproduce the behavior:
Go to '...'
Click on '....'
Scroll down to '....'
See error
Expected behavior
A clear and concise description of what you expected to happen.
Enviroment (please complete the following information):
OS: Windows
Version 11
Package version- 1.2.1
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
waseemahmad31
changed the title
Handling User Task, just to save task information not mark complete, set taskState null
Handling User Task, just to save task information not to mark complete, it sets taskState as null
Jan 10, 2023
Describe the bug
I am trying to just capture UserTask information. However when handler completes, it marks taskState null, not sure why. Please see the below code snippet.
If, I do not use the handler, its working fine. To reproduce this issue, just add a handler on user task, do not do anything. You will see in the Operate UI task is still active, but in TaskList UI it will disappear. Even if you try to complete or assign this task it will through taskState null error. This only happens we we add handler on user Task.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Enviroment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: