Windows Workflow 4 is Microsoft's framework for declarative composable business logic for .NET.
0
votes
0answers
24 views
Distributed Transactions in Service Bus
Using a Workflow Service it is required that a message gets saved into a database and published into a Windows Server Service Bus Topic. Both operations need to execute in a transaction like ...
0
votes
0answers
13 views
Using Standard WF activities to access a web service - how to set 'expected namespace'?
I am attempting to connect to a .Net 1.0 web service using standard activities in WF 4.0.
I am using the SendandReceiveReplyFactory - the send portion seems to be working - however the ...
2
votes
0answers
29 views
Can I use reliable messaging with windows workflow and and azure service bus?
Is it possible to have a xamlx workflow which can receive a message from the service bus without deleting it and can instead call Complete() or Abandon() on the message?
Anyone got an example of ...
0
votes
0answers
42 views
WF4 InstancePersistenceCommand interrupted
I have a windows service, running workflows. The workflows are XAMLs loaded from database (users can define their own workflows using a rehosted designer). It is configured with one instance of the ...
0
votes
0answers
40 views
how do i find a good workflow engine for my project [closed]
i am going to use a workflow in my project. i have BPMN and my forms are ready. the system architecture is SOA. the technology is c#, W CF, silver light.
Now i am looking for a powerful workflow. the ...
0
votes
1answer
18 views
WF Security Pack Activities are not showing up in the toolbox
I installed the WF Security Pack CTP 1 and referenced the assemblies in my project, but I can't figure out why the activities aren't showing up in the toolbox. I'm using Visual Studio 2012 and .NET ...
0
votes
1answer
12 views
How to invoke a stored procedure from DbUpdate Activity from the Workflow Designer
I open my rehosted workflow Designer, then I open my workflow which includes a DpUpdate Activity (for information on DbUpdate Activity you can use the following link )
...
0
votes
1answer
27 views
Work with SequentialWorkflowActivity in WF4
I have a workflow application developped with WF 3.5 and I'm migrating to 4.5.
My application is using a class which is inheriting from SequentialWorkflowActivity and this class is not existing in the ...
1
vote
2answers
30 views
How to get outArgument WorkflowApplication when wf wait for response(bookmark OR idle) and not complete
Accessing Out Arguments with WorkflowApplication when wf wait for response(bookmark OR idle) and not complete
-1
votes
0answers
31 views
How to pass data from workflowApplication in runtime
How to pass OutRahgiri from workflowApplication activity to name.aspx.cs in runtime or before idle(bookmark)
public class CustomActivity:CodeActivity
{
[RequiredArgument]
public ...
0
votes
0answers
29 views
how to get data from wwf workflowApplication ,Runtime [duplicate]
How to GET OutRahgiri value to aspx file Without WCF in RUNTIME OR befor idle(Bookmark) WorkFlow Type:WorkflowApplication
public class CustomActivity:CodeActivity
{
[RequiredArgument]
...
0
votes
1answer
24 views
Workflow Foundation - Literal only supports value types and the immutable type System.String
I have the following unit test for a WF code activity called MyCodeActivity:
[ExpectedException(typeof(ArgumentException))]
[TestMethod]
public void ShouldRequireParam()
{
//arrange
var ...
0
votes
1answer
48 views
Workflow Services Testing and Moq
I'm trying to unit test a Workflow Service by using Microsoft.Activities.UnitTesting
The goal is to mock the service's extensions in order to ensure that all steps are executed.
The mock objects ...
0
votes
0answers
30 views
Implement workflow on Azure Websites
I am new to Windows Workflow and Azure, and I have recently deployed a new MVC3 site as a free Azure Website (i.e. not shared or reserved mode).
I need workflow-type behaviour on the site, and from ...
0
votes
1answer
43 views
Does Windows Workflow Foundation comprises an Inference based rule engine, like a flow based rule engine?
I need to develop a web app that infers new rules from a given rule base. Example: A developer advised to modify a source code might reflect changes on other files, so he has to subsequently modify ...
0
votes
0answers
27 views
How to get a list of MS Sample workflow activities (aka Sample activity libraries?) [closed]
What are and where can I get a list of all available Microsoft Sample Workflow Activities for .Net 4 or afterward?
Once I find them, are those samples distributable?
Thanks in advance.
-3
votes
0answers
23 views
How to create a table using foundation 4 [closed]
I'm having difficulties creating a table with using foundation 4 . Im trying to create a table with in a set of columns (nested grid). If any know a sample code it will be so helpful
Thanks
0
votes
2answers
52 views
Restrict number of threads in parallel foreach in Windows workflow foundation 4.0
I have WF in which I am using parallel foreach to enumerate through a list of items and do some Processing on each item. The requirement is to run the parallel foreach infinitely until the user ...
0
votes
1answer
23 views
Conversion between workflow Xaml and workflow dll
This is a workflow novice question from me. Is there any way to simply convert a workflow XAML file into a Workflow dll file, and therefore use the result as an activity in the activity toolbox of ...
0
votes
2answers
38 views
How to handle failures in parallel activities
I've a workflow in Windows Workflow Foundation. I've created a Parallel group, where I've placed four activities which extends the NativeActivity.
The activities are calling a remote web service, and ...
1
vote
1answer
25 views
Why my rehosted WF4.0 designer does not display the xaml file name on the Designer Surface
As you can see on the left top corner of the middle pane instead of a workflow xaml file name you see the following _48d3 which I believe is the default class name. What have I done wrong because I ...
0
votes
0answers
35 views
How to make the default value of a workflow's InArgument Read-Only in WF4.0
When in a re-hosted workflow designer you create a new workflow, Is there any way to make the Default value of the InArgument ReadOnly in the Workflow Designer Surface?
There is no code behind for ...
0
votes
1answer
47 views
Windows Workflow Foundation 4.5 Receive Activity Queuing Behavior
I have the following state machine called Task:
Start -> A -> B -> Complete
The transition between B and complete is a one-way receive activity called CompleteTask. It seems that when the workflow ...
2
votes
1answer
60 views
Using ChannelFactory with WorkflowServiceHost
Is there a way to do the service inference on a workflow definition XAML to create an interface that can be distributed to the client to be used with ChannelFactory instead of the host exposing WSDL ...
1
vote
1answer
33 views
Why do I get strange timings when tracking my workflow?
I have a tracking participant which, when called, fires off a new thread to do the tracking work. The tracking work eventually does this:
private static readonly ConcurrentDictionary<string, ...
1
vote
1answer
50 views
Set a key/id to a Workflow
New to Workflow Foundation, so it may be a basic question for many of you.
I have a workflow designer (client) /server application.
In the designer I can upload workflows to the server , which ...
3
votes
1answer
121 views
'AssemblyInfoFileMask' is not declared. It may be inaccessible due to its protection level
I am creating a custom build tfs activity to be used inside the azure continuous integration.
I have used the code from this blog:
...
1
vote
0answers
35 views
Flowchart always shows all nodes collapsed, any way to expand them?
We are using a flowchart activity as base for our workflow. All the activities that I drop on the designer surface of the flowchart are shown in collapsed state. Even if I click on "Expand all" in the ...
0
votes
0answers
30 views
Workflow in .net framework v4
I have modified some things in an existing workflow, but it stopped working after that.
All modifications was about renaming states, transitions and changing receive methods.
when I call workflow's ...
0
votes
1answer
19 views
WorkFlow Ensure operations are performed in order
I was given an assignment for school that says to create a Workflow that looks like:
Authentication ->if (Authentication) then {
getallcompanies();
selectcompany();
} else {
error ...
1
vote
1answer
39 views
Updating DisplayName in code, does not show up in designer?
This should be an easy one, but I can't figure it out. When some property of my custom activity changes (e.g. via changing it in the properties grid in WF designer), I want to update the DisplayName ...
1
vote
1answer
57 views
How to completely collapse a custom activity designer (no white box below title)?
For some of my activities, I would prefer to have it completely collapsed to just show the title bar when the users collapses its designer. By default, if you are using the standard way of a ...
1
vote
0answers
66 views
Shared WPF resources inside an activity designer library
I'm developing a bunch of custom activity designers, which contain custom controls, images, styles etc. The designer XAMLs are spread over several subdirectories in a library project (not a WPF ...
0
votes
0answers
37 views
Where to find in-depth information about custom activity designer development? [closed]
We are starting to develop a big custom activity library where a lot of activities will need a special designer that does not fit into the usual "box" (border with titlebar, provided by the default ...
1
vote
0answers
72 views
Windows workflow, TrackingParticipant and Idle vs Unloaded
I am using windows workflow service and have a need to know when a workflow instance is Idle. Using http://code.msdn.microsoft.com/Windows-Workflow-b9d5ccb7 as a resource, I have created a ...
0
votes
2answers
92 views
Workflow code activity result
I am attempting to build a proof of concept workflow that will process all files in a specified directory. I have added a foreach loop and then a codeactivity (ValidateXml). The code activity ...
0
votes
1answer
33 views
When will EndResumeBookmark return BookmarkResumptionResult.NotReady?
The method WorkflowInstanceProxy.EndResumeBookmark returns an enum BookmarkResumptionResult. When will this return NotReady? What I really want to know is how I can create a scenario so that this ...
1
vote
0answers
60 views
Load all xaml files(workflows + activities) from disk
We created some workflows xamls that contains other sub-workflows xamls, and we deploy them (both workflows and sub-workflows) in a specific folder. Our user can modify those xamls (both workflows ...
2
votes
1answer
95 views
Custom windows workflow activities which access the database, reuse and state
I have created a windows workflow state machine that has custom activities (CodeActivity). These custom activities need to access the database and I have a property which contains the database ...
1
vote
0answers
64 views
What are the benefits of Amazon SWF over Windows Workflow Foundation?
I'm evaluating a workflow system for my company. Currently we are hosted on AWS in production running a .NET 4.5 stack. I've had experiences with WF 3.0 and it looks like a lot of the issues were ...
0
votes
1answer
82 views
Windows Workflow 4.5 Version Mapping
Suppose if there are two versions of the workflow, some instances are running on version1 and some on version2 , Is there any way so that we can call version1 workflow instead of version2 for a new ...
0
votes
1answer
28 views
What is the correct type for my WorkflowFoundationApp?
I refactor an existing APP to use WFE 4.5. The APP runs in an endless loop and fetches new workitems via polling from a third party host via webservice. The app is multi tenant, where each tenant can ...
0
votes
0answers
32 views
Windows Workflow 4 Tracking Record Sequence
Is it possible for TrackingRecords to be raised out of order? I'm tracking to a database and need to be able to correlate WorkflowInstances (implied by the InstanceID on every TrackingRecord) back to ...
0
votes
0answers
40 views
Duplicate key value exception in Windows Workflow .NET Runtime
We used SQL profiler to run a trace for exception events and found that we're getting over 100 of the following errors every minute or so. The error seems to be stemming from the .NET Runtime or it's ...
0
votes
0answers
84 views
MWF flowchart activities and input arguments in a pure C# implementation
Among the set of examples here, there is \WF\Basic\Built-InActivities\FlowChartWithFaultHandling. There is a XAML implementation and a pure CS implementation. The pure CS implementation passes ...
1
vote
1answer
38 views
Generic InArgument throws an exception trying to get the value
I have an Activity where I declared a InArgument without a type (because I want to know the type of the Expression at design time).
When I execute the activity I get this error in var contentTelegram ...
0
votes
1answer
128 views
MVC with Windows Workflow Foundation 4.0 [closed]
I have a project where I need to use Windows Workflow Foundation 4.0 with MVC 4.
I need mechanism that will allow communicate MVC with Workflow. For example:
In workflow I have a step with Question, I ...
0
votes
0answers
27 views
Workflow Services with Protobuf.Net Contracts
It seems the workflow run-time isn't able to deserialize the objects serialized with Protobuf.Net.
Although Protobuf.Net is hooked to the endpoint behavior, i've noticed that in the Visual Studio ...
0
votes
0answers
72 views
Console Application in WF4 not moving to next activity- Shopping Cart
I am developing a shopping cart console WF application modelling Online Shopping Cart like this: https://docs.google.com/drawings/d/15e24iO-OCcQuO7PwqQVJpTOd1RHs4e042S-zyjL1iu0/pub?w=1001&h=728
I ...
1
vote
1answer
40 views
EndExecute in an AsyncCodeActivity Worfklow does not get invoked if there are too many activities
I am using Workflow to run parallel AsyncCodeActivities using ParallelForEach. While I do so, if there are huge number of activities (say 1000 async activities) then I am getting System.OutOfMemory ...