Reviews (0)
For Workflow: Write text file - overwriting content
Write text file - overwriting content (1)
The beanshell creates an empty temporary file. The filepath to the temporary file is then passed to the Write_text_file A service which writes the string 'hello' into the file. After service A has run, service B writes 'goodbye' into the file. The file is then read by the Read_Text_File service and its content, 'goodbye', output by the workflow.
Created: 2010-10-28