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

Access DMN Data from Filtered Process Report #474

Open
engineering-issue-sync-app bot opened this issue Dec 27, 2023 · 0 comments
Open

Access DMN Data from Filtered Process Report #474

engineering-issue-sync-app bot opened this issue Dec 27, 2023 · 0 comments

Comments

@engineering-issue-sync-app
Copy link

This issue was imported from JIRA:

Field Value
JIRA Link OPT-5891
Reporter @HanselIdes
Has restricted visibility comments false

Problem Definition

User Story

As a business analyst
I want to analyze DMN data from filtered process instances
So that I can better perform analysis

PM Notes (Customer requests, context, assumptions)

  • New users take a long time to comprehend their processes, especially the link between BPMN and DMN. These are often business stakeholders who have decision authority. In addition, it's difficult to navigate between BPMN and DMN
  1. General data exploration
  2. Demonstrate the "missing link" between DMN and Processes
  3. Better root-cause analysis
  • The explicitly requested user flow is:
  1. Create a process report (currently possible)
  2. Filter the process report (currently possible)
  3. Click on a DMN Rules Task node to access a DMN report showing the process instances that meet step 2's filter criteria
  4. Identify which rules applied (e.g. OPT-5595)

Here's a wireframe of the suggested approach.

*Assumption: A business rule task is not visited twice within the same process instance (only store the most recent evaluation). We can get around this with flow node-level variables, but this data would need to be available at the process instance level for filtering

Solution Definition

Solution Ideas

  • Create DMN report filters based on process instance filters (limited)
  • Pass an explicitly filtered list of process instances to a decision report (clumsy, max PI limitation)
  • Add process instance filters to decision reports (expensive)

Design Notes (Videos, mockups, guidance)

User Scenario

VARIABLE CREATION
GIVEN I am viewing a process report
AND a business rule task is present in the BPMN diagram
AND decision data is present in the engine
(MH) THEN a list integer variable is created for the rules executed in the business rule task
(MH) AND an integer variable is created for the DMN Table version referenced
(MH) AND these variables can be used to filter or group process instances

DECISION TABLE VIEWING
GIVEN I am viewing a raw data report
AND a business rule task is present in the BPMN diagram
(SH) THEN I can view the current version of the DMN table
(NTH) AND I can view previous versions of the DMN table

GIVEN I am viewing a heatmap report
AND a business rule task is present in the BPMN diagram
(SH) THEN I can view the current version of the DMN table
(NTH) AND I can view previous versions of the DMN table

Metrics (if applicable)

  • Number of times a DMN table is viewed from an Optimize process report

Links:

🤖 This issue is automatically synced from: source

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants