Hi,
I'm building a small workflow application to test out the abilties of WF.
What i got so far:
I can run the workflow and add the parameter that is used in the StartProcess operation. So the flow goes through the first decision and comes to either Invoice payment or Creditcard payment.
The next part is my question:
When the flow reaches the Invoce Payment sequence the next activities are called:
In this sequence I call a custom activity InitiateInvoicePayment which creates a new object for storing the invoice data. At this point I want the user to fill in the rest of the required data as shown as the receive activity but here is where i am stuck.
How can I stop the flow and wait for the users input, ideally trigger the client application to show a form based on a variable from the flowchart?