I need to programmatically define a serializable flowchart Windows Workflow that accepts input arguments and returns a result.I understand how to create these workflows using a designer, but I need to
In development environment I have SharePoint Workflow created in SharePoint Designer. This workflow using custom activity created in Visual Studio.
I have long running workflow; and I want to give user option to suspend开发者_运维问答 workflow and resume it when he is ready...
I have a custom TFS Build process for my Web Application Project, which also does a publish.To accomplish this I attempt to delete the current publish location before copying over the compiled sources
I\'d like to validate the workflow within the design surface (in this case, Visual Studio) from within one of the child Activities\' designer.I\'d like to prevent users from moving forward until other
The result of SqlWorkflowInstanceStore.WaitForEvents does not tell me what type of workflow is runnable.The constructor of WorkflowApplication takes a workflow definition, and at a minimum, I need to
I want to write a asp.net based game which has rules(of course) I want this: When the user fills the form and clicks the button it will check the inputs according to rules and save the outputs to the
Hi i h开发者_JAVA技巧ave 2 nested activities. Both have parameters called \'SessionID\'. Child activity have an IN/OUT argument called \'SessionIDParam\'.
I have tried public sealed class WriteMessage : CodeActivity { protected override void Execute(CodeActivityContext context)
I have long running workflow which runs for 3-5 minutes; I want to give flexibility to end user to Cancel/Stop/Abort workflow while开发者_运维百科 workflow is in execution. How can I do this ?