Windows Workflow Foundation 3
WCSF PageFlow
Is it possible to jump between pageflows? For example: SearchClientsPageFlow Search (PageState) Search (Transition) FoundClients (PageState) SelectClient (Transition) [starts ClientPageFlow and jumps to ViewClient] BackToSearch (Transition) ClientPageFlow ViewClient (PageState) GoToInvoices (Transition) [starts InvoicePageFlow and jumps to ViewInvoice] BackToFoundClients (Transition) [goes back to SearchClientPageFlow and jumps to FoundClients] PreviousClient (Transition) NextClient (Transition) InvoicePageFlow.......
yes, Jon's Pageflow Serge
Can you clarify what WCSF is? I have a feeling this is not workflow related :)
WCSF is the Web Client Software Factory, they have implemented an PageFlow (StateMachine). See codeplex for details.Do you people know an alternative way to imlement PageFlows in ASP.NETTIA,Joey Chömpff
yes, Jon's Pageflow Serge
I've seen this example but do you have more specific example of that pageflow?And is it possible to interact between mulptiple pageflows?
There is a chatshopping example with complex pageflow. Creating Instance is very important in usage of pageflow in web client software factory.
Note that the page flow block can be used with any asp.net webforms application.
Related Links
Correlation Token and Correlation Parameter
DelayActivities and useActiveTimer
Custom Persistence and CompletedScope table
WorkFlow - timer
EnqueueItem for transactional delivery of data
WorkFlowRuntime with events (ASp.Net)
Workflow on the fly
Windows Workflow and ASP.Net
State Machine "Undo" to previous state
Bind workflow property to a read-only activity property
Developing an application for a service support provider.
WorkflowRuntime.CreateWorkflow Performance
Access sequential workflow dependency property from custom activity
Access to workflow queues from external processes
Persiste in a custom activity
Workflow re-activates on Final State when using OnWorkflowItemChanged Event