When attempting to use the "Export table" button on an object in the AWI, choosing Monitor -> Executions
the following error occurs: An unexpected error occurred. Further details are available in the logfiles.
No error shows in the AWI log file. Turning on tracing for the AWI in client 0 shows the following in the log:
2025-01-06 20:43:22,283 -jsse-nio-8443-exec-15 [TRACE] my AUTOMIC:100/AUTOMIC/AUTOMIC 97BDC87C6A0EAFA0A5227D2A88C77B1F-1 0000000001482015 [com.uc4.ecc.framework.entrypoint.ui.MainEntrypointView] - Sudo into UI MainUI 97BDC87C6A0EAFA0A5227D2A88C77B1F-1
java.lang.Throwable: null
at com.uc4.ecc.framework.entrypoint.ui.MainEntrypointView.sudo(MainEntrypointView.java:486)
at com.uc4.ecc.framework.entrypoint.ui.MainUIErrorHandler.handleError(MainUIErrorHandler.java:53)
...
AWI version 24.2.0
This is a known issue that no longer occurs in 24.3.0.
There are two possible workarounds while still below 24.3.0
Workaround 1 (done through Process Monitoring)
Workaround 2 (using REST API)
Use the REST API executions endpoint, documented here. Here is an example of what could be used:
https://{REST API Endpoint URL}/ae/api/v1/0100/executions?name=JOBP.WORKFLOW_NAME&include_deactivated=true&time_frame_from=2025-01-01T00:00:00Z
Please note the following parameters:
name - the name for the object. In my example above, this is an object called JOBP.WORKFLOW_NAME
include_deactivated - in order to not just show active tasks, this must be set to true
time_frame_from - this is the lower bound of the timeframe to show and is mandatory when using include_deactivated (or else will just show the last 12 hours). Format is YYYY-MM-DDTHH:MM:SSZ