windows workflow foundation… provides a programming model, in-process workflow engine and rehostable designer to implement long-running processes as workflows within .NET applications.
0
votes
0answers
3 views
Froce user to stay in a DGC cell
I what to force the user w stay in a dgv cell under a certain condition
i tried this method but it ddnt work
how can i do that?
private void dataGridView1_CellValidating(object sender, ...
2
votes
0answers
18 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
20 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
22 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
12 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
6 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
28 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
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
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
0answers
31 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
39 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
10 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
0answers
49 views
Can't connect to Workflow Manager running on a separate server, works locally
I am getting the following error when trying to connect to workflow manager 1.0 cumulative update 1 installed on a windows server 2012 with visual studio running the UsingWorkflowTools sample ...
0
votes
1answer
46 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
32 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
31 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
29 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
65 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
141 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
59 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
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 ...
0
votes
0answers
25 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
42 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
64 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 ...
0
votes
0answers
47 views
WCF & WF - Modify called operation in WorkflowServiceHost
I work with workflow based on WorkflowServiceHost class that native hosted on a Windows Service.
My application receives an event type number and needs to dispatch that event to an operation on the ...
0
votes
2answers
95 views
How to use While activity and Replicator Activity on Shareponit Workflows
I have developed a document approval workflow which I needed to use the Replicator Activity to solve the need for many people who can elaborate, review and Approve a document.
The workflow is ...
0
votes
1answer
32 views
Having two workflows in WF4.0 one being part of the other
I am having a small c# 4.0 project (VS2010) with workflows.
First I had one workflow only and that worked perfect.
Now I inserted a 2nd one (and later need more).
I now got Workflow_One with many ...
1
vote
0answers
71 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
0answers
32 views
Custom WorkflowItemsPresenter using ItemsPanelTemplate
I am trying to customize the way a Workflow Foundation WorkflowItemsPresenter shows its children. Previously I had something like this:
<sap:WorkflowItemsPresenter.ItemsPanel >
...
-1
votes
0answers
10 views
Sharepoint workflows with SqlTrackingService? [closed]
Is it possible for SharePoint workflows developed in Visual Studio 2010 to use the SqlTrackingService?
1
vote
0answers
58 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 ...
0
votes
2answers
74 views
Information about a State Machine Workflow from inside the workflow
Is there any API or library to programmatically determine information about a Windows Workflow State Machine Activity from inside the code?
Specifically, is it possible to detect
1.) What state the ...
0
votes
1answer
45 views
Invoke Method in WorkFlow expecting Optional Parameters to be passed?
I have method in Business Layer, which contains some optional parameters.
When I am trying to invoke the method from the WorkFlow 4.0, it is expecting me to pass
the optional parameters also.
Is there ...
0
votes
2answers
60 views
Benifits of Window workflow to end user
Is there any benefit of using windows workflow foundation to the end users of the application? Also how WF fits with WCF?
1
vote
0answers
63 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
77 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
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
28 views
How to re-style re-hosted workflow designer elements?
I am trying to restyle some workflow activity designer basic elements like, for example assign, delay, if, etc.
The idea is to start from scratch, but I found a problem just in the beggining because ...
0
votes
0answers
39 views
Can Windows Workflow Foundation be used for developing ERP software?
We want to develop a small ERP software which will manage production and sales of a company. The target company is like 'NorthWind' sample.
Is it possible or sensible to use Windows Workflow ...
0
votes
0answers
83 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 ...
0
votes
1answer
115 views
Resuming persisted WorkFlow (WorkFlow Foundation 4.5)
Im trying to resume a persisted work flow. The Workflow is running local on a client machine and is attached to a WindowsForms Application
The bookmark is created in a extension activity like here:
...
0
votes
1answer
59 views
'The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activites.*'
We are currently upgrading our solution from .net 3.5 to .net 4.5. During which we are facing the below error
'System.Workflow.ComponentModel.Compiler.TypeProvider' is obsolete:
'The ...
1
vote
1answer
28 views
WF result OR property from one activity as input to next activity in designer
I'm using the designer to string together some CodeActivity based activities. Using the property window where you can enter VB expressions, I'm not sure how to reference the previous activity.
There ...
0
votes
0answers
14 views
Track ActivityStateRecord using Activity type
How to track the ActivityStateRecord using the activity type in the tracking profile ActivityStateQuery.
I am able to track the activity using the Display name but there is not any property for the ...
1
vote
2answers
135 views
Dependency injection in custom workflow activity
I have a standard application that has a workflow. The customer can customize the workflow in the designer. Now we are making some custom activities for a specific customer. The custom activity is ...
0
votes
0answers
45 views
Retrieve value of root variables in state machine workflow, during resume
I have a State Machine workflow which I am self-hosting within a WorkflowApplication.
When I resume a persisted workflow, I need to be able to extract the value of a given root-level variable (hence ...
0
votes
1answer
113 views
WF4 Runtime attempts to load loosely coupled Activity Designer
I have created a custom code activity, also with a custom designer - which I have applied to the activity using the following convention
[Designer("MyDesignerType, Assembly, Version=1.0.0.0, ...
2
votes
1answer
124 views
WF4.5 not compiling side-by-side c# workflows
I have an IIS hosted xamlx workflow with c# expressions that I'm trying to run in side-by-side versioning.
I did exactly like this article: Side by side versioning of workflow services
New ...
0
votes
1answer
72 views
workflow Foundation 4.5 Side By Side versioning
Using VS 2012 and .Net 4.5 I've developed a workflow and deployed it. Because of some business changes i had to change it. Since there's no bug on the previous version and i can let the old instances ...
0
votes
0answers
92 views
How can I get Asp.net to start the workflow in the same project?
Is it possible to show a simple example of how a asp.net web application start a windows workflow in the same visual studio 2008 project?
Example Scenario:
I created the workflow inside the web ...



