Is it possible to list the files selected when the workflow was initated in the initiation form using javascript? In looking at the /Config/ nodes, there are values like IWFile0, IWFile1 etc.
Is there a better, "more official" way of getting the list of files? The use case here is that a previous version in 7.2 in perl included a list of the files that are going to be part of the workflow and i'd like to have this same functionality in a new workflow done through the modeler and using as custom_instantiation.cfg with javascript.
Second related question is can the list of files be changed in the custom_instantiiation,cfg javascript code? The use case here is that a promotion workflow needs to display the files that are different between a special workspace and STAGING. Then the user needs to select the files they want to include. The even more difficult part is that the list of changed file needs to be paginated as it could be quite large. Seems like this could be done through a datasource but I can't figure out how to paginate the results and present them in a way that the user can select multiple files. Is there a way to have buttons on the instantiation form that do the pagination?
Any suggestions or ideas are appreciated.