.NET Framework 4.0 (Beta 1)
The users of our application need to have the option to manually override the workflow behavior and set the next execution step.
We have documents passing through scanning engines for automatic classification. Sometimes documents are misclassified and need to be manually moved to the correct part of the flow.
Since our workflows have tasks requiring a lot of processing time, it is also important for our developers to move data to parts of the workflow for testing and debugging. Otherwise they would have to wait for the data to get to a specific part of the flow.
Either unseal Flowchart, Sequence, ... so we can override the Execute method, or provide a public property to set the next execution step.
Either unseal Flowchart, Sequence, ... so we can override the Execute method, or provide a public property to set the next execution step.