The following process is available:
P8 is the starting activity. P0, T4, T0, T3, P4, P1, and P5 form an option. P6, P2, P7, and T10 form an and join; p10 is to terminate the activity .. This process processes some data. The activities T9, T5, T1, T6, AND T8 that process the data have a sequential relationship, that is, only the data processed by T9 is in T5, select a data processing T9 input from T1 and T8. T9 and other data processing activities always involve data input. However, as long as T9 has data output, you can choose T5, T1, and T6 to continue data processing. That is to say, before T9 is over, one of the other three activities will start. For subsequent activities, T8 also works in the same way. The problem is, Is there any kind of workflow management software (either open source or commercial)Can I start the next activity without the end of the current activity? The service process described above is also supported. Does the workflow management software that supports the WfMC specification not support the execution of this process? Does BizTalk and Domino support such a process?