Re: How keep the from losing original content when a replacetext is performed for an invokehttp

2019-08-27 Thread Koji Kawamura
Hi William, Wait/Notify may be a possible approach. - UpdateAttribute --> ReplaceText --> InvokeHttp --> Notify --> Wait --> PutFile - Use UpdateAttribute to add an attribute named 'wait.id' via expression '${UUID()}' - Connect the 'success' relationship from UpdateAttribute to both ReplaceText

How keep the from losing original content when a replacetext is performed for an invokehttp

2019-08-26 Thread William Gosse
I have a situation where I need to do a post using an invokehttp for performing a lock operation on another web server. This requires me to do a replacetext in order to add the required json needed for the post. I wanted to do this call before I performed a putfile call on my system but that