workflow-activity
Programmatically creating an Assign in a Flowchart Workflow
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[详细]
2023-03-10 22:40 分类:问答SharePoint Designer 2010 Workflow Error: Could not deserialize object. The type could not be resolved
In development environment I have SharePoint Workflow created in SharePoint Designer. This workflow using custom activity created in Visual Studio.[详细]
2023-03-10 02:36 分类:问答How to suspend workflow and resume workflow?
I have long running workflow; and I want to give user option to suspend开发者_运维问答 workflow and resume it when he is ready...[详细]
2023-03-10 02:34 分类:问答Deleting app_offline during TFS 2010 build
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[详细]
2023-03-09 00:48 分类:问答Validate an Activity from within an ActivityDesigner?
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[详细]
2023-03-06 17:01 分类:问答How do I listen for, load and run user-defined workflows at runtime that have been persisted using SqlWorkflowInstanceStore?
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[详细]
2023-03-06 01:54 分类:问答Can Workflow Foundation be used in this scenario?
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[详细]
2023-03-05 03:48 分类:问答How to get the value back from IN/OUT argument with nested activities
Hi i h开发者_JAVA技巧ave 2 nested activities. Both have parameters called \'SessionID\'. Child activity have an IN/OUT argument called \'SessionIDParam\'.[详细]
2023-03-02 10:51 分类:问答Where does Context.Track<T> information go?
I have tried public sealed class WriteMessage : CodeActivity { protected override void Execute(CodeActivityContext context)[详细]
2023-02-25 14:29 分类:问答Cancel/Stop Workflow in WF4
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 ?[详细]
2023-02-24 05:06 分类:问答