We would like to know if there is some way to get the current state (Running, Idle, Completed,...) of a workflow instance, using workflowapplication hosting.
I have created a State machine workflow in WF 4.0 and it has following steps. State 1 : RunExe State 2: LoadData
I\'m looking at rehosting the workflow designer. I want to be able to run some code whenever the user adds an activity to the designer canvass.Is there an event that fires when the user adds an activi
i want to ask if i 开发者_如何学JAVAcan make persist and durable workflow application without using workflow services. is that possible ?. Because as i found in a forum the only way to persist workflo
In ord开发者_StackOverflow中文版er to get output from Workflowinvoker we have to use var output = WorkflowInvoker.Invoke(new Activity1() { str = night});
I am using a WC开发者_C百科F Workflow service application (DeclarativeServiceLibrary). I have a Windows Forms client talking to the workflow service. I am able to handle known errors using TryCatch bl
How can I use custom code (activity file not codeactivity neither activitydesginer ) as an Activity inside a Reshosted workflow designer?
Actually i m trying to do something which actually i m not sure that is possible. I have a workflow service and i\'m trying to make a Client application using ASP.NET
I have a somewhat unusual scenario where I need to be able to outright slaughter \"hung\", self-hosted WorkflowInstance\'s after a given timeout threshold.I tried the Abort(), Terminate() and Cancel()
I would like to create a custom activity where our engineers, who creates the wf definitions, could write some small blocks of code like creating/converting data structures, without having to write, c