some more clarification needed:
I have an activity "Activity1" in a process that has a start rule so that the activity will only start on STARTDATE
In this process, it is possible that "Activity1" is executed more than once (it is possible for the workflow process to loop back to a point above "Activity1", so that it could arrive at "Activity1" multiple times).
A couple of questions in regard to this:
If "Activity1" is encountered more than once in an instance of a process, how is this implemented - are they seen as 2 separate activities from the point of K2?
Further - keeping in mind that "Activity1" has a start rule, and won't start until a specific date, consider the following scenario:
"Activity1" is encountered, but doesn't start until STARTDATE1
The process continues ("Activity1" is still waiting to start) and "Activity1" is encountered again, but this time doesn't start until STARTDATE2 - and STARTDATE2 is a value that is BEFORE STARTDATE1
What would happen in this scenario? Do the 2 separate instances of "Activity1" complete as individual and un-related activities? Or would the second instance of "Activity1" complete, meaning that the first instance never completes?
Please let me know if any further clarification is needed, as I am finding this quite confusing, and am not sure I have explained my questions well enough...
Thanks in advance for any assistance!