Is it possible to have an activity that is part of a flow chart connect to an activity that is also part of a flow chart on a separate page (separate flow chart)?
Here’s the scenario: I have a large flow chart. Because it is large, it’s separated into two pages/flow charts. Each activity is a step. For example, step 4 connects to a flow decision. From the flow decision, based on the logic, the next step/activity could be either the next step in the flow (step 5) or it could skip to step 12 (which is on the next page/flow chart).
From a visual standpoint, it would be nice to see the connection, but it’s not as necessary. However, I need to make sure that the WF4 runtime engine is able to follow the flow. Is this possible and if so, how?
If you have shared functionality between workflows, what I’d do is put the shared aspects into a seperate workflow model.
This way you’ll be able to include them as linked models in your workflow for both pages.