On April 27, 2024, our Sign-in and Create Account options will be unavailable from 9am-12pm ET. During this maintenance window, developer account access and free trial registration will be unavailable.

Workflow FileList Deployment

I have a workflow that called an external task (.ipl file) to deploy a File List. The .ipl file contains the following code to deploy the filelist but it does not seem to work. Am I using the correct syntax to call the deployment. Is the syntax wrong?
---------------------------------
open COMMAND, 'c:/iw-home/opendeploy/OpenDeployNG/bin/iwodstart FilelistDeploymentName |';
close COMMAND;
---------------------------------