Windows Workflow 4 is Microsoft's framework for declarative composable business logic for .NET.

learn more… | top users | synonyms (3)

0
votes
0answers
6 views

What is the use case of BookmarkScope in context.CreateBookmark?

As explained in MSDN it identifies several bookmarks as a group, but beyond being able to set many bookmarks with the same name on different scopes I don't seem to understand the significance..
0
votes
1answer
27 views

Binding Cut/Copy/Paste commands to rehosted designer in MVVM app

I'm rehosting the WF4 workflow designer in a custom MVVM WPF application, along the lines of Maurices excellent blog post But I could not figure out how to bind the application commands like Cut, ...
2
votes
1answer
20 views

Do Workflow Foundation 4 Workflows Preserve Object References After Persistence

I haven't been able to find a definitive answer to this question. Is it guaranteed that object references are preserved after persistence? For example, I have an object with a bunch of properties, ...
0
votes
1answer
17 views

Windows Workflow Progress Output

I'm working on using Windows Workflow 4/4.5 to do some various business tasks. These tasks take a fair amount of time to complete. I'd like to be able to show a view to the user of workflow progress. ...
1
vote
1answer
55 views

Where has StateMachine gone in Visual Studio 2012

I'm working through the MSDN Windows Workflow Tutorial's and want to create a StateMachine Workflow. The tutorial says: "Drag a StateMachine activity from the State Machine section of the ...
0
votes
0answers
19 views

Is WF applicable to scenarion where there are lot of User Input

I have a scenarion where a Screen Appears & user needs to enter some data to it. Then he submits the data on click of a button for a process logic. Based on the data & logic the result can be ...
0
votes
1answer
55 views

Dynamic sqlWorkflowInstanceStore

I have created an application using this http://msdn.microsoft.com/en-us/magazine/ff646977.aspx What i need to do is callWorkflow instances store dynamically i.e before string message = ""; ...
0
votes
1answer
22 views

WF4 hosted in IIS not persisting

I have a WF4 state machine workflow that I am hosting in IIS. I am trying to add persistence and have added the following to the web.config. <behaviors> <behavior> <!-- To ...
0
votes
1answer
43 views

how to manipulate with WF4 and ASP.NET threading

Currently i have an ASP.NET webform application which collaborate with my custom workflow. I am facing the timing problem of the thread between the httpcontext from ASP.NET and activity ...
-1
votes
0answers
34 views

A VBScript Select-Case statement to use in Workflow activities

I have a scenario in a workflow I'm designing, where I have a number of activities for different notifications (Email, SMS, Call, RSS, etc). I also have a generic notification activity which decides ...
5
votes
0answers
69 views
+100

Service Bus Workflow Activities

I would like to access Service Bus Queues and Topics from Workflows with some specific activities. I couldn't find anything fitting this scenario (this MSDN article and this article by Roman Kiss) ...
0
votes
0answers
31 views

Wcf calls exception when calling sequence workflow

I get error Please ensure that the operations are performed in the correct order and that the binding in use provides ordered delivery guarantees. http://snag.gy/QUEmi.jpg The problem ...
0
votes
1answer
32 views

Workflow Foundation Native activity child activities on designer

I've created Native Activity that looks like this: public sealed class ConsoleColorScope : NativeActivity { #region Constructors and Destructors /// <summary> /// ...
0
votes
0answers
19 views

Request Reply activities correlation in wf4.5

I have a state machine hosted as a workflow service (xamlx). I have a transition between two states; this transition is triggered by a Receive Activity. If I put a SendReplyToReceive activity in the ...
0
votes
1answer
89 views

Implementing AsyncCodeActivities (using C# async/await)

Since long time I'm writing custom AsyncCodeActivity classes using the following template: public sealed class MyActivity : AsyncCodeActivity<T> { protected override IAsyncResult ...
0
votes
1answer
18 views

Localizing a Windows Foundation Workflow service

I'm developing a workflow service which will contain (in the end) a lot of different workflows used to interact with users. As such, these workflows will need to publish messages to the users, and ...
0
votes
0answers
27 views

Windows Workflow Foundation v4.5: Receives within ParallForEach activity causes duplicate bookmark name error

Each receive activity has its own correlation, yet I still got the error. Here is a brief description of the workflow. Main workflow: Process -> Receive(StartProcess), create instance & ...
0
votes
1answer
25 views

Need Clarifiaction to create a web app consuming a Workflow

The application is like a document approval system. Came across these methods and not sure how to make use of the method 1. But familiar with method 2. Method 1 WCF Workflow Service Application ...
1
vote
0answers
38 views

How to emit/access workflow state to view

I am currently practicing the use of Workflow Foundation 4, and I have met a problem. I have created a workflow with a loop in it. The workflow ends, when a specific requirement is met. I have no ...
0
votes
1answer
78 views

While activity code condition in WF4

When the following is executed, the while loop never ends. I'm calling a method to get the value for the while loop condition here. Please tell me what I'm doing wrong? using System; using ...
1
vote
0answers
45 views

Custom Activities missing from Toolbox after upgrade from VS 2010 to VS 2012

I have a large solution with a number of projects in it. I recently upgraded to VS 2012 and changed the Target Framework of all the projects to .NET Framework 4.5. I now cannot see any of my Custom ...
0
votes
1answer
30 views

Hosting Windows Workflow 4 in my own WCF service

I am working on a project in which I want to use a Windows Workflow 4 State Machine. The Visual Studio solution templates and most guidance seem to steer everything towards hosting as a service in IIS ...
0
votes
1answer
14 views

Should Workflow Server Be Able To Return Query Data?

So, I have a WCF Workflow server. This server is consumed by an ASP.NET application. I wanted to use this server as backend. The ASP.NET application needs to perform queries like FindAllClients, ...
0
votes
0answers
13 views

Implement Service Contract With Out Parameters In Workflow

I have a service contract that looks like this: [ServiceContract] public interface IBanksService { [OperationContract] IList<BankProjection> FindAll(int pageIndex, int pageSize, out ...
0
votes
1answer
14 views

Workflow Foundation 4 - How to implement a partial Pre-existing ServiceContract?

We have a pre-defined ServiceContract with 3 Operations. These 3 messages are published on MSMQ which our Workflow service (hosted in IIS) listens on. However, our Workflow logic is interested only ...
1
vote
1answer
68 views

How to debug dynamic workflows (with custom activities)

I'm trying to debug a dynamic loaded workflow. For that basically I've implemented following steps: var currentWorkflow = ActivityXamlServices.Load(@"d:\test.xaml"); var wfApp = new ...
0
votes
1answer
25 views

Work Flow Support multiple Scenario

I am building a base workflow will support around 25 Customer all customers they matches with one basic workflow and each one has little different request lets say one customer wanna send email and ...
3
votes
0answers
22 views

WF 4 error with language specific resource dlls

I'm working on a rehosted workflow designer using WF 4, my application which uses this designer control is a multi-language application that loads 2 or more language specific resource dlls. if I have ...
0
votes
1answer
37 views

How to resume an idle workflow from any activity that induces idle

I have a workflow (WF 4.5) which is basically a series of questions. However, I need to be able to persist this workflow so that the user can resume at the last question he answered, or at any ...
-1
votes
0answers
20 views

Is it possible to resume bookmark using workflow manager at client [closed]

Is it possible to resume bookmark using workflow manager at client: Where i have created a Bookmark Custom activity and pubished at Azure Workflow Editor and i am trying to resume the bookmark which ...
0
votes
0answers
45 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
20 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
44 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 ...
1
vote
1answer
101 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
62 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
28 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
15 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
33 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
39 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
0
votes
0answers
30 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
60 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
66 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
40 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
60 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
34 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.
0
votes
2answers
71 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
31 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
42 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
38 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
56 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 ...

1 2 3 4 5 25