apache / incubator-kie-kogito-apps

Kogito Apps - Kogito is a cloud-native business automation technology for building cloud-ready business applications.
http://kogito.kie.org
Apache License 2.0
60 stars 129 forks source link

Management Console Process List should show Business Key as a column #1203

Open StephenOTT opened 2 years ago

StephenOTT commented 2 years ago

Description

The business key is searchable and it is a required field in the launching of a process instance (as per swagger ui), but when in the mgmt console, you cannot see the ID:

image

Implementation ideas

Add business key as a column to the process list

AjayJagan commented 2 years ago

Hi Stephen, the current design incorporates the business key as a part of the id(the first column). It is seen as a blue-colored label adjacent to the process name. To view the id of the process instance, you can hover over the process name(id column) and it appears as a tool-tip. In any case, I will take it up with the team and have a discussion if we can move it as a separate column. Thanks.

StephenOTT commented 2 years ago

In many cases a business key is a incrementing value. Having it in the column would give the ability to sort?

AjayJagan commented 2 years ago

yes if we move it to a column we can sort the table using business keys

ricardozanini commented 8 months ago

@pefernan @paulovmr is this still a valid issue?