Properties in Workflow monitor do not display the promptset value
book
Article ID: 87452
calendar_today
Updated On:
Products
CA Automic Workload Automation - Automation EngineAUTOMIC WORKLOAD AUTOMATION
Issue/Introduction
Error Message : N/A
Under the following conditions the promptest value is missing from the workflow monitor.
Create a SCRI (it can be blank)
Create a PRPT with a text box.
Add the PRPT to the SCRI
Create a JOBP
Add the SCRI to the JOBP
In the task properties, set a default value for the PRPT (I used 2)
Execute the JOBP
Open the monitor
Select properties for the SCRI.
Results
- The variables tab will show the selected value. - The promptset tab will NOT show the selected value.
Cause
Cause type: Defect Root Cause: The problem was that when a JOBP was deactivated, the promptset value that was set for a task, was not showing the previously set value. This happened because Java API was trying to get the content from the eh table, which was no longer available.