-
Type:
Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: 7.0.X, 7.1.X, Master
-
Fix Version/s: 7.0.0 DXP FP66, 7.0.X, 7.1.10 DXP FP4, 7.1.10.1 SP1, 7.1.2 CE GA3, 7.1.X, Master
-
Component/s: Workflow > API > Kaleo Engine
-
Branch Version/s:7.1.x, 7.0.x
-
Backported to Branch:Committed
-
Story Points:0.25
-
Fix Priority:3
-
Git Pull Request:
Workflows with a wrong groovy script should trace a message with ERROR level after script execution, now the message is written only in case of activating DEBUG level
Steps to Reproduce
- Create a workflow called "Wrong Workflow" using attached wrong_workflow.xml
- Go to "Documents and Media" and create a folder called "WrongFolder"
- Edit "WrongFolder" folder and configure "Wrong Workflow" as Default Workflow for all Document Types
- Import a file into "WrongFolder", the workflow will be launched
- Go to "User => My Workflow Tasks", assign it and approve
If you check the imported file, you will notice it remains in "Pending" status.
- Check log file:
- Expected behavior: a error message is displayed in log file after approval operation
- Wrong behavior: no message is displayed in log file
- Expected behavior: a error message is displayed in log file after approval operation