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
In the right top corner tab, the number of instances and tasks are not updated as you create new instances.
Steps to reproduce the issue:
1.Build incubator-kie-tools
2.Run the DevUI using 'pnpm start' and make sure DevUI is up in the link http://localhost:8080/kie/q/dev-ui/org.jbpm.jbpm-quarkus-devui/process-instances
Here, we see no process instances are found and 'Process Instances' on top right panel is also shows no instances.
3.Go to 'Process Definitions'. Start a process (Here, I am starting 'hiring' process clicking the play button near it.
4.Add the necessary input fields and click 'Start' to start the process.
5.We can see process instance created, but the count of process instance is now 1, which is not getting reflected in 'Process Instances' above
The text was updated successfully, but these errors were encountered:
In the right top corner tab, the number of instances and tasks are not updated as you create new instances.
Steps to reproduce the issue:
1.Build incubator-kie-tools
2.Run the DevUI using 'pnpm start' and make sure DevUI is up in the link http://localhost:8080/kie/q/dev-ui/org.jbpm.jbpm-quarkus-devui/process-instances
Here, we see no process instances are found and 'Process Instances' on top right panel is also shows no instances.
3.Go to 'Process Definitions'. Start a process (Here, I am starting 'hiring' process clicking the play button near it.
4.Add the necessary input fields and click 'Start' to start the process.
5.We can see process instance created, but the count of process instance is now 1, which is not getting reflected in 'Process Instances' above
The text was updated successfully, but these errors were encountered: