Issue in Workflow: Getting message Workflow 'workflow name' with context 'sys_id' terminated 2019-03-05 05:54:43 UTC with : Transaction cancelled: maximum execution time exceeded

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-22-2019 11:30 PM
Hi Team,
Am facing an issue in my PROD instance.I have a workflow on release management table where in an activity, script execution will take place and looks like the script taken much time to execute and throws below error:
Issue in Workflow: Getting message Workflow 'workflow name' with context 'sys_id' terminated 2019-03-05 05:54:43 UTC with : Transaction cancelled: maximum execution time exceeded
Please let me know how to over come this issue.
Appreciate your help,.
Thanks,
Suresh
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2023 04:06 AM
Also, try this
Place the 5 Sec Timer Activity before the Script activity which caused the error "Transaction cancelled: maximum execution time exceeded".