Hey all,Basically we would like to have an OpenDeploy DNR kick off a workflow with the files it has just transferred to the TS server.Unfortunately iwjobc (or since we're using models iwmodelc) doesn't accept any sort of file attachment parameters.What do you guys think is the best way to do this? I considered writing a perl script to call the iwmodelc, then take the returned id, get the current task, and attach the files to that task, then transition that task using iwcallback. Only problem with that approach is what kind of task to use that will just sit there waiting to be transitioned (I imagine external task, but it needs a command to run).So not too sure what the best method here is, any suggestions?