Problem
The SQL statement updateExternalTaskSuspensionStateByParameters does not use the table prefix
Solution
update ACT_RU_EXT_TASK
should be
update ${prefix}ACT_RU_EXT_TASK
This is the controller panel for Smart Panels app
- depends on
-
CAM-5993 Add test profile to test engine unit with a table prefix
- Closed