Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
33 views

Multiple instance performance issues

I am using windows workflow 4.0 version in my project to manage workflow. One project gets created in the system which has 100 documents to be approved by users and each document should follow same ...
2
votes
1answer
90 views

Queueing before calling long running WCF service from workflow?

I have a long running workflow service from which I call several Services. One of the services is a long running shared enterprise WCF Service which connects to a legacy system and its throughput is ...
2
votes
1answer
77 views

Workflow services correlation

I would like to implement next workflow scenario: I have workflow service with two branches. Operation2 (Receive activity) is correlated with CorrelationHandle “handle2” which is initialized from ...
2
votes
2answers
163 views

Looking for guidance on WF4

We have a rather large document routing framework that's currently implemented in SharePoint (with a large set of cumbersome SP workflows), and it's running into the edge of what SP can do easily. ...
2
votes
2answers
376 views

WF4 workflow versions where service contract changes

I just successfully implemented a WF4 "versioning" system using WCF's Routing Service. I had a version1 workflow service to which I added a new Decision activity and saved it as a version2 service. ...
2
votes
2answers
236 views

How do I handle “Receive” calls being made out of order?

I have a WF4 service that emulates a sales funnel. It works by starting with a "Registration" receive call. After that, there are 10 similar stages (comprised of a 2 receives at each stage). You ...
2
votes
2answers
534 views

Workflow Service (WF4) in IIS7.5 Application Pool/Worker Process Mixing Issue

Problem WCF requests for my 2 Workflow Services in different Application Pools are not being processed by their respective worker processes. Instead, both worker processes are processing WCF requests ...
2
votes
2answers
402 views

Workflow Service host not publishing Metadata

Still hacking away with extreme persistence at WF services hosted outside of IIS. I'm now having issues with my WF service publishing metadata. Can someone take a look at my code and see what step I'm ...
2
votes
3answers
620 views

Unit Testing a WF4 Workflowservice [closed]

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 WorkflowServiceHost. But ...
2
votes
2answers
263 views

What are the .NET Services?

Announced today at PDC. Initially made up of a Service Bus, the Workflow Service, and the Access Control Service. What are they? Why would I use them?
1
vote
1answer
64 views

Email workflow using WF4

Firstly I am new WF (v4), but I can see the benefits, it's just the learning curve that is holding me back at the moment so I need your help. Take my scenario, I have a business requirement to send a ...
1
vote
1answer
32 views

Workflow persistence by single start of workflow for various states of a project

i am using workflow 4.0, silverlight 4.0, in my project. there are 5 sequences considering states of my project which have to be initiated according to a field called status from database. Actually ...
1
vote
3answers
77 views

How do I access a workflow service in silverlight?

I have one worflow service named GetDataWorkflowService.xamlx that I want to use in Silverlight. When I add a service reference to my application, it gives a message 'This Operation is not supported ...
1
vote
1answer
119 views

How a WCF request can be correlated with multiple Workflow instances?

The scenario is a follow: I have multiple clients in which they can register themselves on a workflow server, using WCF requests, to receive some kind of notifications. The information of the ...
1
vote
1answer
84 views

Should I use a workflow service rather than having my workflow as part of the ASP.NET web app?

We are developing a Silverlight app with long-running workflows that need to be persisted, tracked and versioned. Should we use a workflow service (hosted on AppFabric) or have it as part of the ...
1
vote
0answers
125 views

How can I search workflow tracked variables which are not String values e.g. Guid via the Tracked Events filter in the AppFabric dashboard

I have a WF4 workflow service that is hosted in IIS and am taking advantage of the AppFabric Tracked Event search to help diagnose problems with individual instances. I am tracking three variables in ...
1
vote
1answer
144 views

How to implement Workflow 4.0 Services ReceiveAndSendReply activity without the Designer

I want to write a code activity as a workflow service, using the Receive or ReceiveAndSendReply activities, but I do not want to use the Designer. What's the best way to define the WCF endpoint and ...
1
vote
2answers
491 views

Providing workflow extensions to a workflow service - WF 4.0

Greetings one and all! I'm new to WF 4.0 and WWF in general so forgive me if this seems like a newbie type of question, but believe me I've scoured the depths of the Internet for a solution to this ...
1
vote
0answers
174 views

Use workflow service with msmqIntegrationBinding

I have been struggling with setting up a workflow service that uses a msmqIntegrationBinding. The problem I have now is that I always get this serialization exception ...
1
vote
1answer
147 views

Multiple clients to singleton WF Services

Do Windows Workflow Services allow multiple clients to one service? Basically what I am trying to do is this: construct a WF service that allows clients to "subscribe to the service" and then when ...
1
vote
1answer
2k views

Hosting Workflows with WorkflowServiceHost

Ok, so I may be approaching this incorrectly but essentially I'm trying to play with new WF services in 4.0 to build up to a Windows service that hosts a WF service. At the moment I have constructed ...
1
vote
2answers
358 views

Sharepoint item locking after getting approved

I have a sharepoint custom list which has 5 columns ..the user should fill in first three columns and the other two should be locked for filling ..when the user enters the items and start the workflow ...
0
votes
0answers
4 views

How to set the Binding used by WorkflowServiceTestHost

Based on this tutorial, I am testing several workflow services. The tutorial itself works fine. Now, I want to test whether my workflow services work correctly when using different bindings. In ...
0
votes
0answers
11 views

Not able to access .svc file

I have an error as given below while acessing .svc file from the IIS.There any solution for this. Server Error in '/VisionWorkflow' Application. The type 'VisionWorkflow.Services.EMCSServices', ...
0
votes
1answer
18 views

Get Current Path of IIS Hosted AppFabric Workflow Service

In an IIS hosted workflow service, how do I get the current path of the workflow? For example, my workflow is deployed in the following directory: /Site/WebApp/SubDir/MyWorkflowService.xamlx If ...
0
votes
1answer
31 views

web.config inheritance/merge/scoping of appSettings not working in IIS Hosted WCF/Workflow Service in sub-folder

I am currently testing the following structure in IIS for my AppFabric Workflow Services and WCF Services: /WebApp/ <-- IIS Application here /WebApp/bin/ <-- binaries here /WebApp/web.config ...
0
votes
1answer
16 views

Define a void two-way operation using Receive activity

How do I configure a workflow to expose a two-way void operation? So that: 1) caller is blocked until operation completes and 2) caller is notified on exceptions (faults) Using Receive + SendReply ...
0
votes
1answer
22 views

How to specify WCF operation to call at run time?

I have a WCF WF web service (workflow service 4.0) and each operation of this service has the same signature, but different name. My system receives an event {int eventType, int entityId} and needs ...
0
votes
1answer
36 views

Correlation using workflows

I have 3 receive send activities. I have configured first send and second receive activities as per the documents. Refer: http://msdn.microsoft.com/en-us/magazine/gg535671.aspx My first 2 operation ...
0
votes
0answers
28 views

How to promote variables to the InstancePromotedProperties table using Declarative Workflows

We are using Declarative Workflows (.xamlx) hosted on IIS 6.0. We already set up the SqlWorkflowPersistanceStore and everything is working sweet and smoothly. We would like to save some values of our ...
0
votes
1answer
72 views

Sharing CorrelationHandle between two custom activities using arguments

I am building custom activities, First activity is containing ReceiveSendReply activity with some other activities. In this activity I am creating workflow instance. I want to assign a Intialized ...
0
votes
0answers
16 views

how to using lambda expression in workflow servcie

I have this class public class TaskItem { public int Intnum { get; set; } public int ID { get; set; } public int TaskID { get; set; } public string Name { get; set; } public ...
0
votes
1answer
50 views

Assigning dynamic value to the receive activity properties

I am writing a custom activity using imperative code. In my compsoition, I have Receive activity as a one of the composed activity. In that activity, I want to set ServiceContractName and ...
0
votes
2answers
202 views

System.Runtime.CallbackException in DurableInstancing

Recently, I started getting this exception in my workflow application. System.Runtime.CallbackException, System.Runtime.DurableInstancing, Version=4.0.0.0, Culture=neutral, ...
0
votes
2answers
48 views

how can I reenter my flowchart workflow at a previous higher level

I have a .xamlx flowchart workflow that models an approval process. if the submitter changes the document before the flowchart has finished, I want the submitter to 'resubmit' the document. I ...
0
votes
1answer
22 views

How can I ensure that a workflow is triggers email notification only after user clicks OK and not when the edit properties is clicked

I have a custom workflow built using SP DEsigner and the SP sites is created using wss 3.0. I have a customer column and values associated with it which is checked for teh workflow to trigger. ...
0
votes
0answers
65 views

Calling a WCF Workflow service 4.0 from console application

I have created a WCF workflow service (.xamlx) in .NET4.0. I want to call it from a console application without adding service reference. I tried with generating ServiceClient files and config files ...
0
votes
0answers
21 views

Wcf durable serivce vs Workflow service

What are the pros and cons of workflow service and wcf durable service. Both support long running process. Is it just a different programming model. Workflow service is more delcarative than Wcf ...
0
votes
0answers
54 views

Integrating Another Message Queue with IIS Hosted Workflow Service

Currently, I am using MSMQ to queue messages for IIS hosted workflow services to handle. However, I would like to use another message queuing system instead (eg - RabbitMQ). I know RabbitMQ already ...
0
votes
1answer
62 views

WF4: Workflow service stops accepting new requests

I am hosting a small workflow via the WorkflowServiceHost class. using (WorkflowServiceHost wfHost = new WorkflowServiceHost(new QueueWorkflow(), new Uri("net.pipe://localhost/workflow"))) { ...
0
votes
0answers
37 views

Multiple WorkflowRuntimes using the same persistence database for different workflow

Is it possible to share the same SqlWorkflowPersistenceService database for multiple WorkflowRuntimes? I'd like to have each instance of WorkflowRuntime handling only some workflows in a separated ...
0
votes
1answer
58 views

timeout error from windows workflow

When i call an recevive activity in Workflow, it is showing timeout error after 1 minute. I tried to increase the timeout by modifying the web.config as follows, but no use. <bindings> ...
0
votes
1answer
96 views

Show a popup message after completion of WorkFlow 4 from the controller MVC

I am a beginner in WorkFlow 4 (WF 4), I am running through a serious issue using it in MVC 3, I couldn't find the answer online. I need to show a popup message if an exception occurred in the ...
0
votes
1answer
106 views

Could not resume suspended workflow(WF 4.0)

I have deployed my Workflow using Appfabric. In Development environment, i can resume the suspended workflow. but in staging, it cant able to resume suspended workflow. I got below exception. ...
0
votes
1answer
90 views

How to get workflow Blocking Bookmarks(statemachine) without relying on workflow persistence service

I need to get the next activities(transitions) what my workflow is being blocked for as soon as workflow entered a new state without relying on workflow persistence service, I found out that workflow ...
0
votes
0answers
82 views

Calling Com Dll from IIS 7 64 bit windows 2008 R2

I'm trying to call a Com dll from workflow 4 service in IIS 7 and it seems to be that the it can't access the dll. I Created a test app that called the same dll and ran it on the server and it worked ...
0
votes
1answer
383 views

Workflow hosting engine using Multiple WorkflowServiceHost instances created dynamically

I am trying to achieve the following. I have created long running workflows that wake up at scheduled interval i.e. delay activity and perform their job, populate the cache. These workflows are ...
0
votes
1answer
30 views

SqlTrackingQuery.GetWorkflows is not getting the correct workflows

I'm using ASP.NET 3.5 and WF 3.5. The code I have is constantly giving me a FileNotFoundException. Even though I have created two workflow instances. It keeps trying to grab the first Workflow (and ...
0
votes
1answer
380 views

WF 4 Workflowservice with State Machine

I'm currently working on a project where we want to implement a WF4 state machine as a workflowservice. The fundamentals seem to make sense as we've used WF 3.5 in the past. However one issue we've ...
0
votes
0answers
57 views

call a workflow service from jquery

How can I call a windows workflow 4 service from jquery? I see, there is a soap protocol used. How can I convert this to get a json output from js? I have never used a wcf, so I don't know, maybe this ...

1 2