-
Notifications
You must be signed in to change notification settings - Fork 11
Display process variables on DMN screen #178
Copy link
Copy link
Open
Labels
R&DR&DR&DcommunityFlowset Control CommunityFlowset Control CommunityenterpriseFlowset Control EnterpriseFlowset Control Enterprise
Description
Feature Description
Allow users to see process variables in a separate tab on the DMN detail screen
Custom Script
Identify why a DMN decision table returned an unexpected result.
Steps:
-
Open the Flowset Control monitoring system.
-
Find the required process instance.
Use search by:- process ID
- business key (for example, application ID)
- start time.
-
Open the process execution details.
Review the BPMN diagram and determine the step where the unexpected result occurred. -
Navigate to the decision task (DMN).
Open the information about the executed decision table. -
Check the DMN result.
Verify:- which rule was triggered
- what result was returned.
-
Review the decision input variables.
Open the list of process variables that were passed to the DMN. -
Compare the variable values with the expected ones.
Check for:- correct values
- possible typos
- correct data types (for example, number vs string).
-
Determine the cause of the issue.
For example:- a variable was passed with an incorrect data type
- a variable value is incorrect
- a rule in the decision table is configured incorrectly.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
R&DR&DR&DcommunityFlowset Control CommunityFlowset Control CommunityenterpriseFlowset Control EnterpriseFlowset Control Enterprise