open-automation / switch-contents-to-private-data

Write file contents to private data.
MIT License
0 stars 0 forks source link

Needs a job.sendToSingle(job.getPath()) #1

Closed dwightkelly closed 8 years ago

dwightkelly commented 8 years ago

At the end of the script you need to send file to next element in flow by calling

job.sendToSingle(job.getPath());

dominickp commented 8 years ago

All set