0
votes
2answers
53 views
Is it possible to inject values into Workflow Arguments?
I have a .net 4.0 Workflow, which I am hosting myself (just with WorkflowInstance.Run) and when I rehydrate the workflow I would like to initialize some of its internal arguments s …
0
votes
2answers
42 views
Look and feel of workflow (.net WF4, beta2)
can i change the standard look and feel of a sequential workflow back to the wf 3.5 look and feel? I miss the on DragOver automatically expanding arrows between the elements.
If t …
0
votes
1answer
13 views
Where can I get/need help creating an in-memory InstanceStore
I've been doing lots of work recently on the new Workflow 4.0. One of the things that would make it easier to whip together test apps would be an in memory InstanceStore. One tha …
4
votes
3answers
59 views
WF 4.0 Resources Collection
Though WF 4.0 beta1 released, we dont have much resources available on the net to understand the concepts.. i know lot of bloggers are keep putting some materials about WF 4.0. it …
1
vote
2answers
19 views
Exception practices when creating a SynchronizationContext?
I'm creating an STA version of the SynchronizationContext for use in Windows Workflow 4.0. I'm wondering what to do about exceptions when Post-ing callbacks.
The SynchronizationC …
1
vote
2answers
28 views
Unit Testing a WF4 Workflowservice
I am playing around with WF4 beta 2 and want to unit test a workflowservice. Perhaps I am missing something, but this does not seem trivial.
As far as I can see, I might use Workf …
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
47 views
Run WF 4.0 as a server-side component
Hi all,
For a new project, we need to use WF 4.0 for deploying and running workflows. Instead of hosting workflows within the application itself, we decided to implement a server- …
0
votes
1answer
23 views
Windows Workflow Dynamic, User-Created Workflows
I have a client who's interested in utilizing Windows Workflow technology in a web-driven application. I'm a .Net developer but have no experience with either WF or SharePoint wor …
0
votes
2answers
92 views
Workflow 4.0 Argument Errors
I'm having two errors with workflow, one I think is caused by a bug in the compling with VS2010, its
Error 1 Could not resolve attachable member {clr-namespace:;}Flowchart1.req …
0
votes
1answer
51 views
Windows Workflow 4.0 FlowSwitch not working
I'm creating a FlowChart within a Windows Workflow 4.0 project in Visual Studio 2010. I've added a FlowSwitchwith an expression of a variable passed in as an In Argument to the Ac …
0
votes
2answers
43 views
Save workflow designed in re-hosted designer WF 4.0
I have given user a re-hosted designer with custom activites so that user can create its own workflows. Now I want to give user option to save the workflow designed in re-hosted de …
1
vote
2answers
104 views
How to query a workflow instance for its execution state.
I have created a workflow, and Im running it via WorkflowInstance.Run().
This workflow has numerous bookmarks, and I would like to be able to query it for which
bookmark is respons …
0
votes
3answers
105 views
Entering Data in a Custom Activity at Design Time (WF 4.0)
I want to better understand the capabilities and limitations of what can be done with custom activities in WF 4.0 at design time. More specifically, what we can do in a custom acti …
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 …
