I have WWF, which is having 3 Sequences activities each sequence consist of ReceiveAndSendReply activities.
I have a WPF Application with a subfolder that contains a WF Activity and a CodeActivity. At compile-time on the Workflow that uses the CodeActivity, I get this error:
Although, most of the examples I checked on the Internet use WF to deal with wizard-like steps or de开发者_Go百科signing a workflow-based UI, and since Windows Workflow can deal with state machines, a
I have a NuGet repo that gets a package after each build.I have a REST service that is an extension to the NuGet server that will delete all packages lower than the one specified.The rug that will tie
I have a workflow applicat开发者_Python百科ion which is use sql persistence for the idled workflows and I am using PersistenceParticipant in order to store some values of the idle workflows. I want to
We have an x86 VS2008 project for .Net 3.5 SP1 using Workflow Foundation. On some computers it will compile, but others fail with:
I am working on an ASP .net project. I have 2 pages. In the first page i have the following code which creates a new workflow
I am working on simple Workflow Foundation that uses a simple ASP.NET page as its client. I am using the page to collect a loan amount and month amount to calculate per month loan amount.
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a
In ord开发者_StackOverflow中文版er to get output from Workflowinvoker we have to use var output = WorkflowInvoker.Invoke(new Activity1() { str = night});