Question
IBM
CN
Last activity: 25 Jul 2023 11:47 EDT
Activity triggered by URL/post request from a java script function fail
Scenario:
button -> click action -> call a java script function "downloadFile" inside HTML paragraph UserWorkForm, with 1st parameter as activity name LMSDownloadAttachmentsAsZip that need the function call back.
At running, an error returned before LMSDownloadAttachmentsAsZip start. In Tracer, we can see two select statements run before error occur.

May I know what's the "select - Package Results" for? Are the two select root cause of the error?
For info, details of two select as below:


@MaxonL16591286 Found a solution, define both the section and the activity into same class (Work-) and ruleset, then problem solved.