I would like to bind multiple dependency properties of other activites开发者_开发技巧 to a dependency property (of type object[]) in my custom activity. Is it possible to define this multibinding :
I have a workflow with a parallel activity, where one branch does work and the other has a receive activity that can shut the workflow down (is the p开发者_如何转开发roper way to do this with a Handle
I have implemented a queuing mechanism including UI for running specific types of workflows (WF 3.5), where I wanted to include a possibility for a user to cancel / terminate the workflow. The termina
In my application, I have 2 list activities which can start one or the other by clicking on their items.
i want to display some datatypes in a combobox. the datatypes are wrapped in the following class: public class TDataTypeBinder: INotifyPropertyChanged
This is the scenario: I have a State Machine Workflow using ManualWorkflowScheduler. Say there are 2 state开发者_JAVA百科s: State1 and State2. State1 contains an EventDrivenActivity1 that has a SetSt
Let\'s say I have a custom activity that has a dependency property of type GUID. I want in my custom designer to show like a combobox (or my own usercontrol) with possible values to select from (the
I am trying to write a custom CompositeActivity using WF3.5. Something like a WhileActivity. The problem is when I want to execute the child activity again (it previously succeeded with a final call
I wish to create an workflow activity that has a dependancy property structure like this Setting Wait Period
We use tracking and persistence services of wf, and display current state of workflow on the asp.net page.