I created a small workflow to copy a file (resetVariableFile). This workflow I want to use twice wile executing another workflow (parseTest). Therefore I am using the "call local workflow" node. When I execute the parseTest workflow it shows that the resetVariableFile workflow has been executed but the file wasn't actually copied. When I open the resetVariableFile workflow it's still in the executed status. If I now reset the resetVariableFile workflow and start my parseTest workflow it will work for the first call but not for the second.
Does anybody have any suggestions?