Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
For some reason, I need to change flowchart route on runtime.

For example, there's a flowchart which route is:

A -> B ->C -> D

then, we started the workflow and it current on stage C.

A -> B ->C -> D

and now, we want the workflow go back to A or B, but there is no route line from C to A or B. Can we force workflow to jump to A or B programmatically?

A -> B ->C -> D
or
A -> B ->C -> D

Thanks!
Posted
Updated 27-Aug-13 19:32pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900