Just getting started with WF4. Ran into a p开发者_运维问答roblem with passing some text from a native code activity (located in the middle of a sequential workflow) onto the next (xaml-based) activit
MAIN QUESTION: I am using Workflow Foundation 4.0 in which the WorkflowRuntime has been replaced by the WorkflowApplication as a workflow host for a single instance.
I have a workflow with one state machine. I persist my workflow in half way. Now I want to reload this workflow and resume the work. What is the solution?
you could imagine an xaml service that exposes a receive activity. This is the first activity in my worklow. Behind this receive there are simple activities asInitializateCorrelation\", \"ass开发者_St
Is there any way to get the Termination Reason that is inserted into the TerminateWorkflow activity inside an ASP .NET application?. For example the following doesnt works.
I have two Receive activities that both have the same operation name and signature (parameters).Is there a way t开发者_如何学运维o correlate a request to the workflow service to a specific Receive act
Please I really need help, I just post this https://stackoverflow.com/questions/7217897/questions-about-activities-scenario-in-wf but nobody answered.
I have one worflow service named GetDataWorkflowService.xamlx that I want to use in Silverlight. When I add a service reference to my application, it gives a message \'This Operation is not supported
I am developing a windows workflow 4 service that has multiple receives. I am handling all the exceptions and there isnt any unhandled exception thrown by the service. I have two reply activities one
How can I pass in parameter to a DynamicActivity (loaded using ActivityXamlServices) that is hosted using WorkflowServiceHost? I know I can pass in parameter to the initia开发者_C百科l Receive activit