Skip to main content
If i have completed process instance (real complete and not real complete) and i want to restart not real complete. i mean complete with re-work and waiting for automatic start process again with asp.net console application that run by schedule.

How i should do?
Hi,

The easiest way to accomplish this would be to make a note of the values of all data fields/XML fields and start a new process instance with the recorded values.

If the process was not complete you could potentially use a GOTO to restart the process, but that would depend on the way your process was designed.

Hope this helps.

JohanL

Reply