workflow-activity
Instantiate an activity in workflow foundation: VS: OK, build: NOK
I\'m starting to work with workflow foundation and I\'m doing several tests to understand how it works.[详细]
2023-02-24 02:12 分类:问答Workflow Scheduling in WF4
I have 7 workflow that need to execute; that need to run in certain order ? Is there any schedu开发者_StackOverflow中文版ling service for this in wf4 or any other approach i can use?[详细]
2023-02-23 01:46 分类:问答adding computer name to active directory group [closed]
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepti开发者_如何转开发ng answers.[详细]
2023-02-15 13:49 分类:问答WPF .NET 4 , workflow parameters and "Compiler error(s) encountered processing"
My workflow: <Activity mc:Ignorable=\"sap\" x:Class=\"QCISRApplication.QCISRTest1\" xmlns=\"http://schemas.microsoft.com/netfx/2009/xaml/activities\" xmlns:av=\"http://schemas.microsoft.com/winfx/[详细]
2023-02-15 03:04 分类:问答Add InArgument of Activity to Root Activity
I have workflow designer which I use for authoring workflow; now when I drop any activity to Designer I catch that in ModelChanged event and can get the all the InArguemnt of that type now I want to a[详细]
2023-02-15 02:09 分类:问答How to get OutArgument from a scheduled activity inside a native activity?
I have an activity that consists of an Receive activity and a SendReply activity. The receive activity waits for a message then it writes it out to the console and then sends a reply.[详细]
2023-02-14 12:06 分类:问答How do I softcode a workflow activity in .NET?
I need to write a static method which is performing some kind of parsing on a string with signature like:[详细]
2023-02-08 18:56 分类:问答Exit a workflow?
Is there a way to exit a workflow more gracefully than throwing an InvalidWorkflowException? I\'m writing an activity (that interacts with an SQL database) that needs to short-circuit if an opera开发者[详细]
2023-02-08 15:57 分类:问答In WF4, how to define a custom activity that can be the scope of a Variable?
When I rehost a designer, I can declar开发者_如何学Pythone variables and their scopes. However, not all activities can be the scope of a variable. I notice Sequence, Parallel, PickBranch can be the ho[详细]
2023-02-05 17:20 分类:问答What could be causing a DurableInstancing.InstanceNotReadyException, and how can I fix it?
We have a business logic for managing the document life cycle. This is implemented using Workflow Foundation 4 and WF Persistence.[详细]
2023-02-03 19:36 分类:问答