We have an external task being called from Workflow. The external task is a java program which creates directories/subdirectories and files under it.
The directory is getting created with permission 600 (rw-------). As there is no execute permission, the process is not able to create subdirectories and the task fails.
The same java code called from the ipl script creates the correct permissions i.e 644 permission for files and 755 for directories.
Seems like workflow is overwriting the default unix permissions.
Any suggestions would be greatly appreciated.
Edited by conmgmt on 10/25/02 03:10 PM (server time).