Hello,
thanks for answering my question.
Nevertheless i didn't catch the point...
Let Project be "buy a new car":
Buy new car (Project)
+ Get bank-credit (Active0)
+ Let wife choose a car (Delegated1)
+ Buy the car (Inactive1)
+ Wait for son to damage the car (Delegated2)
+ Call salvage crane (Inactive2)
Without using Sub-Project I have to alternatives:
Sequencing with delegated excluded: the automatic sequence will be
--
1. Get bank-credit
2. Buy the car
3. Call salvage crane
--
while the delegated actions are ignored.
Sequencing with delegated included: the automatic sequence will be
--
1. Get bank-credit
-- stop. System waits for all delegated actions to be finisched:
2/3. Let wife choose a car
2/3. Wait for son to damage the car
4. Buy the car
5. Call salvage crane
--
I have to finish both delegated actions before "Buy the car" becomes active.
Both variants seems to be not very intuitive, and don't satisfy my needs.
Although, using sub-projects for both Delegated1/Inactive1 and Delegated2/Inactive2 solve the problem, but that will add unnecessary complexity to the project.
Regards,
Thomas.
PS: In fact, an additional "depends on" for all action-types would be very beneficial. Indeed, sequencing should be disabled while using "depends on".
EDIT:
I just realised that Sub-Projects are great tools to create very complex process workflow (using the member-plugins). Unfortunately there seems to be no introduction around.
It would be most helpful to have a help/wiki-topic about "creating complex process workflow using sub-projects" ...