Hi,I have a situation where a user submits a file. The first thing that happens, is that one to many other files get automatically attached to the workflow based on the filename of the original attached file.What is the best procedure as far as locking goes? Should all files attached to the workflow be automatically locked to prevent others from making changes before the workflow completes? Once the workflow completes (right before the End task) unlock the files?Basically, all attached files need to be modified/approved, and ultimately submitted to Staging. File locking model is Submit.Environments are TS6.5-Win/TS6.5-Sol.Thanks in advance.
The lock task is working as expected, with the following exception:If File A is submitted, and File B is picked up/attached via the external task, both are locked as expected unless File B is already locked. Then File A does not lock.Any ideas how to get around this behaviour and ensure that all attached files are locked?
Related question: if using workflow builder, can the syntax on the command line be genericized to support deployment to either a windows or unix environment? For example, in windows, one would use E:\iw-home\iw-perl\bin\iwperl.exe E:\iw-home\local\config\wft\attachfiles.ipl.
"__VALUE__('iw-home')/iw-perl/bin/iwperl __VALUE__('iw-home')/local/config/wft/attachfiles.ipl"