Tagged Questions

1
vote
1answer
7 views

Loading workflow activity dynamically from XOML

I am trying to implement an activity similar to InvokeWorkflow, which could dynamically load a XOML file, instantiate an activity tree from it, and use it as its only child. This …
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 …
7
votes
2answers
3k views

In sharepoint designer’s workflow editor how do I get the workflow initiators username?

In Sharepoint designer's workflow editor I wish to retrieve the username/name of the work flow initiator (i.e. who kicked it off or triggered the workflow) - this is relatively eas …
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
435 views

Configurable workflow engine for ASP.NET application

I want to use a user configurable workflow engine for an ASP.NET application. The workflow engine should provide a web based graphical designer for the end user and an API for inte …
0
votes
1answer
9 views

Localization of Workflow Activity qualified names.

Hi, We use tracking and persistence services of wf, and display current state of workflow on the asp.net page. Now in the process of localization of our application, we are able …
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
1answer
16 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 …
1
vote
1answer
32 views

Return a Folder GUID from a SharePoint Custom Workflow Activity

Hi there, Has anybody ever written code to return the GUID of a folder in SharePoint Workflow Activity so I can then pass it into a Workflow Variable? Would be really keen to see …
0
votes
1answer
36 views

WorkflowElement in Visual Studio 2010 Beta 2

I've downloaded beta 2 of visual studio and followed various tutorials (http://bloggersguides.net/media/p/188.aspx) regarding the creation of custom activities for Workflow. In all …
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 …
1
vote
1answer
20 views

WF 3.5 stateful activities

I'm using WF 3.5 and looking for a way to develop an activity preserving its state among different iterations of the standard WF "while" activity. The problem is that normally the …
0
votes
1answer
22 views

How to disable Activities cloning in WF?

Is it possible to control this nasty behavior? I'm trying to execute() some stateful activity I wrote (activity that increment an index on each execution) inside a loop (While) act …
0
votes
1answer
13 views

How do I use the Result from a CodeActivty<string> in WF 4.0?

I've created a custom activity in a .NET 4.0 beta 1 WF project. It's defined as: public class GetCurrentUserMailAddress : CodeActivity<string> because I've read that this …
1
vote
2answers
417 views

Sharepoint Workflow - Wait for field change not firing when another workflow changes status

I'm trying to create a workflow on the Sharepoint Designer. The workflow should wait until an Out-Of-The-Box approval workflow is complete. This is done by starting my workflow wit …

1 2 next
15 30 50 per page