Hi All,
Could anyone help me with the issue that i am facing, when i am trying to create a process worklog file in specific location, i was unable to create the text file. I have used Create file, append line and write text file activities after creating a directory using create directory activity.
Firstly i am creating a directory because the path is dynamic and then i am creating the file at that path.
The values for the path are being passed as arguments in the invoked workflow, if i am giving default values to the arguments the file is getting created, but when i am calling the values from main workflow and trying to create the file then it is not created.
The values are being passed properly from the main workflow to the invoked workflow.