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

learn more… | top users | synonyms (3)

0
votes
0answers
10 views

Is it possible to resume bookmark using workflow manager at client

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
28 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
14 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
46 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
44 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
19 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
26 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
49 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 ...

1 2 3 4 5 82
15 30 50 per page