Hello all,
I want to implement a simple logic to delay de transfer from a Processor to a Queue (or whatever other element). For that I'm using in the processor the option of Send to Port: Execute SubFlow. There I take out the item from the processor to the origin of the model and then move it back after the delay to the corresponding destination. Technically it makes what is expected, but in the log I get the following error everytime the SubFlow is executed:
time: 10.000000 exception: Error in executesubflow: No token arrived at finish activity "Finish SubFlow" in sub flow "Delayed Trasfer".
But it seems that the token did arrdelayedTransfer_test.fsmive, indeed. What can be happening?
Thanks in advance.