Actions are added to the list for the task. Generally expandRequestAction() is used to generate multiple additional tasks to handle a collection of input files. For example, a user requests that an action occurs for a folder. The folder is expanded into an array of files and the script runs for each file in the array.
Example using expandRequestAction():
env.expandRequestAction(strParam, arrUuidValues)
Parameter | Description |
---|---|
strParam | Represents the file descriptor that is to be expanded |
arrUuidValues | An array of the unique identifiers of the set of files on which to act. In EPM Workspace this is a set of real UUID values, on the desktop it is the list of paths of the files as expanded |