windows workflow foundation… provides a programming model, in-process workflow engine and rehostable designer to implement long-running processes as workflows within .NET applications.

learn more… | top users | synonyms (1)

0
votes
0answers
33 views

Why does my application hit “Out Of Memory Exception” while debugging in Visual Studio 2010

I am currently testing an application that receives 35 KB of data via TCP/IP and invokes a Work flow that has a code activity to write the data to a log file. The whole process is repeated every 100 ...
0
votes
1answer
16 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. ...
0
votes
0answers
32 views
+50

literal error while working with c# asp.net/ wf

I made a drag-and-drop workflow, and got an Literal error while passing an object through the INargument. Any ideas how I can get around this error? error: 'Literal': Literal only supports value ...
1
vote
2answers
33 views

Can we use the WF rules engine in a web application?

Trying to understand how to use WF rule engine outside of a WWF application. I've only read a blog post on the topic. But I have certain doubts on the feasibility. My application requirements are as ...
0
votes
1answer
19 views

Workflow Foundation and Polymorphism

The new version of Workflow Foundation automatically creates services for you whenever you create a receive/send activity. One of the items returned is a List of BaseClasses In WCF I can specify ...
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> /// ...
1
vote
1answer
33 views

TFS Workflow If Statement using Build Configuration

I am working with Visual Studio 2012 paired with TFS 2012. Right now I am building a custom workflow template and need to run an if statement to separate two invokeprocess's. The condition for the if ...
0
votes
0answers
18 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
0answers
25 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
23 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
37 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
40 views

Configuring an application for AppFabric

I am using AppFabric to implement caching. While configuring an application A using IIS Manager, I have imported the application in it. But after that, there is no Mange WCF and WF link in the IIS ...
0
votes
0answers
4 views

How to create activity that can be executed in any state

I have a workflow built with Windows Workflow Foundation 4.5 by using State Machine. Workflow is hosted as Workflow Service (XAMLX) file with Contract First messaging (WCF) activities. I now have ...
0
votes
0answers
19 views

How can i update workflow foundation database

I have a project about workflow and I use wf and sql server that create wf database . I need to update database to when change activity , updated database . or how can I create a custom database for ...
0
votes
0answers
12 views

table in foundation4 css

i am creating a table using foundation 4 css. i need to split my table as row wise.for that i have tried cellspacing and cellpadding its not working for me what i need to do? <table > ...
0
votes
0answers
19 views

XAMLX to accept HTTP POST or HTTP GET

I am trying to get a Receive activity in a xamlx to implement a custom contract: Sample Contract: [OperationContract] [WebGet(UriTemplate = ...
0
votes
1answer
23 views

How can I create a workflow from a xamlx file?

I used to have a workflow service, using a xamlx file. Now what I want to do is to create multiple workflows, and depending on the nature of the operation I want to be able to invoke WF1 or WF2. ...
0
votes
0answers
16 views

XAMLX Workflow Service showing complex type, not parameters

This is driving me crazy.. I have a simple .net 4.5 WCF Workflow Service with a Receive/SendReply activity: The input values are very basic: The properties are very basic The web.config has no ...
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
0answers
5 views

Extracting available activities from workflow

I have business process modeled with Workflow Foundation as a workflow service with WCF contract-first activities. I would like that process to dictate behavior of MVC application in a way that at any ...
0
votes
0answers
12 views

Given a single xaml workflow file, how do I debug it using vs2010

I inherited a worklfow xaml file and I need to debug it as it apparently does not run. Would you know of any MS documentation or URL that describes how to step by step starting from opening VS2010 to ...
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 ...
0
votes
0answers
23 views

Dynamic Workflow application

Given these two first Initial requirements, would this be something that could be done with ASP and Windows Workflow Foundation with Visual studio? Create New Workflows with New Rows in Workflow ...
-2
votes
0answers
17 views

Windows Workflow services fondation 4 [closed]

I need your help, nearly two weeks of searching on google I can not find a tutorial to guide me how to properly use the Services WF 4, I do not know how WF can expect a response from an actor is the ...
0
votes
1answer
21 views

Modifying a column in DGV to be a Combobox Bound to DataBase

I created a view named "FamilyView" to join 2 tables(Families and SStatus) and replace an id in the first table(Families) by its name existing in the second table(SStatus) (the column is now called ...
0
votes
1answer
38 views

Can end-users change workflow using windows workflow foundation?

I'm trying to develop a system that runs various external tools, in a specific order. this system needs to be very dynamic, so that end-users could change this workflow in an easy manner. I recently ...
0
votes
1answer
36 views

Add column into datagridview taken from database

I'm showing data from database table into datagridview each column has a checkbox for example column named "Tel" has a check box "checkBox_Tel" if (!checkBox_Tel.Checked) { ...
1
vote
0answers
9 views

How convert the code defined workflow with GetExtension to XAML workflow with designer support

I have this code in code defined workflow (it works!): new Assign<ViewDataProvider> { To = _viewDataProvider, Value = new InArgument<ViewDataProvider>(ctx => ...
2
votes
0answers
61 views

Creating a long-running Workflow Service

I'm trying to follow this tutorial On MSDN in order to learn more about workflow services and how they work. Now I'm possibly crazy but I'm having problems with the client section of the tutorial ...
0
votes
1answer
40 views

Update Database from changes made in a DataGridView

I attached the DataBase DataSet to a DataGridView to automatically display its content But now i need to collect the changes made in this DGV to update my database How can i do that?
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 ...
0
votes
0answers
10 views

IParameterInspector with Workflow Service (XAMLX)

I have class that I use to validate incoming request to WCF services, that derives from IParameterInspector: public class RequestModelInspector : IParameterInspector { public object ...
0
votes
0answers
128 views

SharePoint 2013. Workflow Manager won't start

Starting Workflow Manager Service via url (or through net start WorkflowServiceBackend) fails and in the EventLog I read this: Unhandled exception in AppDomain: ...
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
0answers
46 views

Workflow Manager - Request response workflow

Is there any way to implement request response workflows using Workflow Manager 1.0? "Workflow Manager 1.0 does not currently support direct SOAP messaging, including two-way (request-response) ...
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
18 views

Loosely coupled Microsoft Workflow on Sharepoint 2010

I need help! Over the years, various challenges have FORCED me to evolve to building loosely coupled solutions that give me a very reusable code base with lots of flexibility in architecture. I have ...
0
votes
1answer
91 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 ...
0
votes
0answers
40 views

WF 4.5 Business Process Template

I am currently customizing a business process in WF 4.5, I recently added a hyper-v activity, and the intended purpose of this activity is to reset the virtual machine that is located on the local ...
0
votes
0answers
45 views

Customizing the Windows Workflow Foundation like CryEngine Flowgraph

I am beginning a new project that is designed to run a set of tasks based on certain criteria (File exists, timer, etc.). I am interested in utilizing the Windows Workflow Foundation's flowchart ...
0
votes
0answers
42 views

adding .NET 4.5 activities to .NET 3.5 rehosted designer

I'm in an internship in an enterprise which has it's own rehosted designer based on Wndows Workflow Foundation 3.5. I migrated it to the 4.5 version and I'd like to add an activity of this version to ...
0
votes
0answers
94 views

WF. C# expressions inside of NativeActivity

I am trying to use custom c# expression inside of NativeActivity It works fine with simple expression like Condition = new CSharpValue("1 == 1") It doesn't work with such expressions Condition = new ...
1
vote
2answers
253 views

WF 4.5. Using C# expressions with external class references

I am trying to compile Dynamic activity using the new WF 4.5 features - C# expression. It works until I add an external class in the expression. If the expression contains basic objects it's ...
2
votes
1answer
72 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
56 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 ...
0
votes
0answers
28 views

Workflow Foundation 4.5 persistence error?

I'm trying to get the ambient transaction defined in a host application to flow through to a workflow thread using a DependentTransaction clone passed as a variable to the workflow, so that all ...
0
votes
0answers
50 views

Necessary windows work flow changes to Run Unit test cases on deployment machine using TFS Build Template

In the TFS build template We have automated the build,deploy and validatio.Now in the template if we set process->basic->Unit Test Type= After Deploy we need to run the unit tests on deployment ...
1
vote
0answers
93 views

How to get a user's worklist in windows workflow foundation 4.5

We are building a multi-tenant application where there are changing workflows for approvals per office location set-up. We are considering windows workflow for managing the state. Our challenge is to ...

1 2 3 4 5 22