1
vote
2answers
12 views
Is Workflow Foundation StateFinalizationActivity blocking a thread?
This is the scenario:
I have a State Machine Workflow using ManualWorkflowScheduler. Say there are 2 states: State1 and State2. State1 contains an EventDrivenActivity1 that has a …
1
vote
1answer
13 views
Cannot drag activities from WPF ListBox into WorkflowView
Hello,
I'm trying to host the Workflow Designer in a WPF application. The WorkflowView control is hosted under a WindowsFormsHost control. I've managed to load workflows onto the …
0
votes
2answers
18 views
Which exceptions to catch in a FaultHandler activity in Windows Workflow
Im learning Windows Workflow at the minute and am now looking at exception handling in state machines.
Basically I can see that a FaultHandler can be used to catch a specific exce …
1
vote
1answer
14 views
Xoml only Workflow parameters
Is is possible to pass parameters to an XOML only workflow?
I'm creating the workflow using XmlReader.
Now is it possible to have parameters on an xoml only workflow?
1
vote
1answer
24 views
Workflow no-code authoring
I want to use the no-code authoring in the workflow. So no code behind. Let's say I have 2 custom activities with dependency properties.
How can I bind a property from activity1 …
1
vote
2answers
20 views
Windows Workflow - Is there a way to guarantee only one workflow running?
The workflow is being published as a wcf service, and I need to guarantee that workflows execute sequentially. Is there a way--in code or in the config--to guarantee the runtime d …
1
vote
1answer
15 views
Add multiple Property Metadata to a Dependency Property in a Workflow Activity
Hi,
I am building a number of Custom Activities in Windows Workflow and I need to add a DependencyProperty which can list a number of values for that property which the user can t …
0
votes
1answer
14 views
How to pass parameter from receiveActivity to another activity?
Is it possible to pass the parameters of a ReceiveActivity to an Activity in a no-code behind?
I don't want to create a property on the workflow.
I did click on Bind property of …
1
vote
1answer
15 views
How to persist the workflow when server system is crashed
Hi,
I have a problem with Workflow persistence. i.e., in my Workflow i used Listen Activity, in that one branch having Handle External Activity and other branch having delay Activ …
0
votes
1answer
25 views
Workflow 4.0 in a single threaded apartment?
I'm looking hard at WF 4.0 right now, but I'm having a hard time figuring out how to run workflows in STA threads. I've got a requirement for constructing XPS documents in a workf …
0
votes
2answers
31 views
.NET 3.5: How to host WF runtime in WCF?
I need to find a tutorial for hosting the Workflow Foundation Runtime in WCF using .NET3.5.
Does anyone know any good links specifically on this?
UPDATE: Preferably, it should hav …
3
votes
1answer
41 views
What are the good practices for hosting MS Windows Workflow runtime for an asp.net mvc application?
Hello Gurus,
I'm working on a asp.net mvc project that will use MS Windows Workflow Foundation to manage client business work flows. These are long running workflows spanning in …
0
votes
1answer
44 views
Windows Workflow - TerminateActivity causes workflow to fault?
I'm handling an exception in a FaultActivityHandler, at the end of which, I wish to end the workflow. To that end, I added a TerminateActivity to the fault handler. It looks like …
0
votes
1answer
33 views
Use Windows Workflow Foundation to develop timesheet approval and submit system
I'm planning to develop a timesheet system that requires users to fill out a form, submit, and requires manager approve/reject, and finally submit to finance. Since there's quite a …
1
vote
1answer
51 views
Sharepoint custom workflow activity fails silently; FaultHandler not being called (or failing)
I have a custom Sharepoint workflow activity created in Visual Studio that works and logs properly in my test environment but fails in production with a generic "Error Occurred" me …
