Troubleshooting → Using the Validation Results → Using the Validation Results → Debugging With Error and Warning Validation Messages
This section shows you how to work with error and warning validation messages to debug process apps.
Description | Severity | Element Name | Element Type | Design Element | Application/Orchestration |
---|---|---|---|---|---|
State 'Closed' is unreachable | Low | Closed | Regular State | CreditApprovalWorkflow | CreditApprovalApp |
In this message, State 'Closed' is unreachable indicates that there is a problem with the regular state named Closed that is part of the application workflow named CreditApprovalWorkflow, which is contained within the application named CreditApprovalApp.
To go to the source of the message:
If the Element type column contains an entry other than Workflow, right-click anywhere in the message row, and then select Go to Location on the menu.
SBM Composer opens the appropriate design element in the workflow editor and selects the element. The Property Editor for some of the design elements also opens.
In the example, SBM Composer opens CreditApprovalWorkflow (application workflow) in the workflow editor and selects the Closed state. In this case, the Closed state is not connected by a transition in CreditApprovalWorkflow. If the Closed state needs to be connected to another state, then you should fix the problem. If the Closed state does not need to be connected, then you can ignore the warning.
Copyright © 2007–2015 Serena Software, Inc. All rights reserved.