Tagged Questions
The sequential-workflow tag has no wiki summary.
1
vote
1answer
81 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 Execute() method of ...
0
votes
1answer
248 views
What is the equivalent for try-finally block in workflow foundation?
There is a specific activity I want to execute even after exception has thrown, just like a try{}finally{} block.
Is it possible in sequential workflow using WF v3.5?
0
votes
1answer
473 views
Setting ModerationInformation.Status from Approved back to pending removes
Seeing if anyone else has had this problem and a resolution to it.
I have a visual studio sequential workflow on a list (not a library) which does NOT use tasks, the approval process is done through ...
0
votes
1answer
371 views
How do I host more than one WCF Sequential Workflow in WCF Workflow Library
I have two workflows in my sequential workflow service library project. But i cannot seem to configure both of the services to run in my wcf service host app. When the service host loads the one ...
0
votes
1answer
385 views
How to load external data in the replicator activity in a sharepoint sequential workflow?
I'm trying to make a really simple sequential workflow on sharepoint. The target of this worflow is doing a repetitive task creation over an item added. My problem is that the number of task tobe ...
0
votes
1answer
249 views
Is there a way to inspect Sequential Workflow in Windows Workflow?
A state machine workflow has the StateMachineWorkflowInstance class that you can use to inspect the current state of the workflow, get legal transitions, etc...
Is there something like that for ...