-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
feat(webapps): Display business key in called process instances tab #4912
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❓ I added a question / suggestion.
Otherwise everything looks good and works well. 👍
...rontend/ui/cockpit/plugins/base/app/views/processInstance/called-process-instance-table.html
Outdated
Show resolved
Hide resolved
@@ -10,11 +10,17 @@ | |||
<bpmn2:sequenceFlow id="SequenceFlow_2" sourceRef="ParallelGateway_1" targetRef="firstCallActivity"/> | |||
<bpmn2:sequenceFlow id="SequenceFlow_3" sourceRef="ParallelGateway_1" targetRef="secondCallActivity"/> | |||
<bpmn2:callActivity id="secondCallActivity" name="Calling Another Failing Process" calledElement="anotherUserTaskProcess"> | |||
<bpmn2:extensionElements> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Nice, good job!
Related to #4911