Click here to Skip to main content
15,890,579 members
Everything / WWF

WWF

WWF

Great Reads

by roopa.ananda
Multitenancy Application Metadata driven (using WCF 4.0, WWF 4.0)
by Anton Angelov
Learn how to modify the default TFS builds' template and add options for NuGet packages restore. Add a dedicated restore packages settings' section.
by Gareth Barlow (NBNi)
Building up activities using the Managed Extensibility Framework for workflow services hosted in IIS.
by ManojKumar19
This article demonstrates how WF can be consumed as a business layer.

Latest Articles

by Anton Angelov
Learn how to modify the default TFS builds' template and add options for NuGet packages restore. Add a dedicated restore packages settings' section.
by roopa.ananda
Multitenancy Application Metadata driven (using WCF 4.0, WWF 4.0)
by ManojKumar19
This article demonstrates how WF can be consumed as a business layer.
by Gareth Barlow (NBNi)
Building up activities using the Managed Extensibility Framework for workflow services hosted in IIS.

All Articles

Sort by Score

WWF 

6 Feb 2011 by Espen Harlinn
In addition to the comprehensive solution proposed by SAKryukov, you could consider Re-Hosting the Workflow Designer[^], it might be easier :)RegardsEspen Harlinn
24 Jan 2011 by Sergey Alexandrovich Kryukov
I used to develop Workflow Designer few years ago (plus some components close in functionality, such as 2D CAD, plotting, etc.) -- it was Borland Delphi. Based on my experience, I would use WPF, but then you need .NET Framework 3.5 or 4.0.Please see my previous answer -- to this question: How...
15 Aug 2011 by DaveAuld
I think what you are talking about is State Machine Workflows;http://msdn.microsoft.com/en-us/library/ms735945(v=vs.90).aspx[^]
12 Sep 2013 by roopa.ananda
Multitenancy Application Metadata driven (using WCF 4.0, WWF 4.0)
14 Apr 2014 by Snesh Prajapati
It is absolutely possible. I practiced work flows (sequential and state machine) in Visual studio 2008. By the way we do not call it WWF, just call it WF, it came with .NET Framework 3.0 which was released on 21 November 2006.Following seems to be the best article for you:ASP.NET Page...
20 Nov 2016 by Anton Angelov
Learn how to modify the default TFS builds' template and add options for NuGet packages restore. Add a dedicated restore packages settings' section.
23 Aug 2010 by srikrishnakrishna murthy
Hi,I am creating a BuildDefinition from code and Loading the Build Process template.Now,I want to read and Validate the Build Process template parameter values.When I am debuggig,I could see that these are in Xaml format.Ex: I have some value "BuildType" as "Daily" in xaml file.I...
23 Aug 2010 by #realJSOP
When you get right down to it, XAML is nothing more than XML.XElement root = XElement.Parse(myXamlString);At this point, you can inspect each child node.
30 Aug 2010 by srikrishnakrishna murthy
Hi Team,I am trying to update some of the build process parameter values.First of all,I have deserialized those values,then updated and then serialized and tried to save the Build definition.I have updated only 4 of 80 parametes in the template.Then,the build definition is getting some of...
24 Jan 2011 by Saurabh Bhasin
Hi, I have developed a small Workflow Engine in .Net which gets stored in the form of xml configuration. Right now we don't have any graphical designer for it so we do it through a simple grid based configuring. But now I want to create a Workflow Designer with drag and drop facilty to...
18 Apr 2011 by Alaa'.Kabbani
I'm building a web application which has some processing of user requests involved. A user submits request for something, it goes through few steps and departments and its status changes through some predefined statuses, in the organization before being approved or rejected. During processing...
18 Apr 2011 by Wael Al Wirr
If you are using WWF 4.0 and since you are targeting user Intervention you must use long running workflow since it was designed to handle such scenarios.[^][^]http://msdn.microsoft.com/library/ee342461.aspx[^]http://msdn.microsoft.com/en-us/netframework/dd980559#content4[^]
19 Apr 2011 by Alaa'.Kabbani
My ASP.NET project is an archive system, which every document in it moves between many steps and statuses. the user of this system ( the employee ) should make this plan for the document using the WWF toolbox(he's not the designer to make it by code). so i want to make the Workfolw toolbox in...
1 May 2011 by Wael Al Wirr
Hi,if you need an integration mechanism between ASP.net and WWF it would be WCF, you can create WWF - WCF services and it would be easy to call it using ASP.NET code.
11 May 2011 by SatyaKeerthi15
I am new to Work Flow and started learning.I have designed workflow successfully.I need to use work flow in web application. Unfortunately I could not find any example in Google.I want examples of the activities of sequential as well as state machinewith examples. Please help me.
11 May 2011 by Manfred Rudolf Bihy
Well I googled: ASP.NET WWFResults:Navigational Workflows Unleashed in WWF/ASP.NET 3.5[^]http://odetocode.com/code/465.aspx[^]Windows Workflow Foundation ASP.NET State Machine[^]Please have a look at the articles I linked to. I hope this will give you a good start.Best...
11 May 2011 by RaviRanjanKr
Try Using Workflows with ASP.NET[^]Developing ASP.NET Workflow Applications [^]
1 Jun 2011 by Harikrk
in my workflow i have set AllowBufferedReceive flag in the WorkflowService class as per the support link belowhttp://support.microsoft.com/kb/2015689Now I am getting following error when a sequential flow is created"must be enabled to use the ReceiveContext ManualAcknowledgement...
10 Aug 2011 by Ryan Minor
Hi thereI would like to add a RuleExpressionCondition to one of my classes (a custom activity in WWF).I'd like to be able to edit the RuleExpressionCondition in DesignMode using RuleConditionDialog. The RuleExpressionCondition would be serialized to anInitializeComponent()...
15 Aug 2011 by Ryan Minor
Hi thereIn a sequential workflow, using Windows Workflow Foundation, is there a way to backtrack to a prior Activity?For example, if there are three activities: A, B, and C, and we get to C, and the user changes his/her mind about the response to B, can we get back to B?
9 May 2012 by Rahul Singh Tomar
Hello,I am new in Workflow foundation,and my client want to create a web site application with user define Activities and Events.So,i don't know how can i do ,if anyone have an idea please share with me .I,also share a link which clearly define about the requirement,what exactly i want...
10 May 2012 by Ganesan Senthilvel
It might be pretty comfortable in Business Process Management products like Lambordi, Pega, etc. To achieve the same, we need to write lot of code using .NET and Workflow.
18 Jul 2012 by Sandeep Mewara
Please write a code for this one in detail Anything else? :doh:It does not work like this here.Here is what is expected of enquirers:1. TRY first what you want to do! You may find that it's not that hard.2. Formulate what was done by you that looks like an issue/not working....
8 Nov 2012 by FrankSzendzielarz
I think this means you need a transactional queue
11 Dec 2012 by Member 1878098
take a look at http://buildprocesscommands.codeplex.com/
21 Jan 2013 by Bharat Reddy
I want to design a workflow that take steps from DB and run . I want to design a DB Master table that will have the work flow steps what steps to runex: Step1 - start - go to step2 step2 - process - Y/N - If Y go to Step3 Else Go to Step4 Step3 - Operation - Final Step4 - Conditional - it...
27 Mar 2013 by Ahmedfci_90
I am using appfabric to persist a xamlx workflow. The workflow should create a task and wait for my approval. Once i approve, the task status should be completed and then the workflow should execute the next step.I configured the appfabric to unload the instance from the memory after 30...
21 Apr 2013 by Mateusz Turek
Hi, Is there a possibility to combine SharePoint 2010 visual web part with build in workflow?I want to create simple application with button. When i click button i pass current user email to my workflow. Inside my workflow i will check if user belongs to specified group in SharePoint and if he...
22 Apr 2013 by AnandSharmaUK
Yes, it is very much possible to call any workflow from your webpart code.
17 Jul 2013 by Jagruti Patil
I want to create project by implementing WF with asp.net ... but don't know how to start off...
17 Jul 2013 by Ankit_Vaghela
Check this link :http://social.technet.microsoft.com/wiki/contents/articles/5284.getting-started-windows-workflow-foundatin-and-asp-net.aspxI am sure this will help you :)
17 Jul 2013 by Sunil Mane
Please check the below link to Create First/Sample application. http://www.codeproject.com/Articles/16351/Hello-WF" http://www.codeproject.com/Articles/18472/Introduction-to-WF-Part01 http://www.codeproject.com/Articles/18162/Jump-start-Windows-Workflow-FoundationHope, this will...
18 Jul 2013 by Thinking Stone1
When starting a new workflow with WorkflowApplication in asynchronous way. From NativeActivity I canot gain the mainthread principal by using Thread.CurrentPrincipal. How to pass the mainthread principal to the workflow thread? Thanks!The code to start a workflow: var wfApp...
27 Aug 2013 by Thinking Stone1
For some reason, I need to change flowchart route on runtime.For example, there's a flowchart which route is:A -> B ->C -> Dthen, we started the workflow and it current on stage C.A -> B ->C -> Dand now, we want the workflow go back to A or B, but there is no route line from...
6 Mar 2014 by Harikrk
I have a WCF WorkflowService hosted in IIS. I have another WCF service hosted in seperate service in IIS. from WCF service I am invoking the workflow using proxy. Is there anyway to use workflowcontrolendpoint to terminate the workflow using url. I want this way because i want to control the...
31 Oct 2014 by Santhosh Kumar
HII am confused in how to save my data from work flow activities into sql server database so that i can maintain the state of work flow and i can continue the flow after a pause, can any one tell me a simple solution to it.Thank you
31 Oct 2014 by Mehdi Gholam
Read the documentation : http://msdn.microsoft.com/en-us/library/dd489452%28v=vs.110%29.aspx[^]
18 Mar 2015 by Nitin Giri
I have a windows workflow designer wherein the customer can design his own workflows. I have created a custom workflow activity names FinalizeParticipantWorkflow which looks like this:http://postimg.org/image/6xvi8zse3/[^]Clicking on the checkbox disables both the dropdowns.My...
19 Aug 2015 by Member 10738397
I am developing asp.net MVC application which i need to implement persistent in workflow correlation.I have to implement approval and reject process using correlation.I already worked on correlation in workflow. basically it will save the state of the workflow temporarily.But i want to...
27 Aug 2015 by forccyy
I have one asp.net MVC based application for vendor data collection system.Vendor will be provided with 1 temporary generated link, username and password. Vendor visits the link and fills the form (Asp.net MVC based).As soon as vendor fills the form data should be visible to person1 (lets...
27 Aug 2015 by Sergey Alexandrovich Kryukov
Please look at this open-source project: ASP.NET MVC / Windows Workflow Foundation Integration.—SA
10 Jun 2019 by a.mohamedyasin
I'm creating a activity (windows workflow foundation) for Mail Template with right click options (Context menu), in this part i have to provide dynamic data as dictionary for the activity as InArgument, here i have a variable dictionary CMenu and i can able to set the variable to the InArgument...
20 Jun 2020 by Member 11332721
Basically I want to user to define the workflow in my app which will contain activities that would define what to ask to user and how (like in the form of radio button or dropdown or checkbox etc) and do some activities. Based on this flow, I...
1 Jan 2011 by Gareth Barlow (NBNi)
Building up activities using the Managed Extensibility Framework for workflow services hosted in IIS.
10 Jun 2012 by ManojKumar19
This article demonstrates how WF can be consumed as a business layer.
7 May 2011 by Alaa'.Kabbani
HelloI read about WWF. My project is ( Archiving System )an ASP.NET project and I needed workflow designer for the end-user to make him design the document-flow, so I re-host workflow designer in WPF. till now its ok.1- when I run workflow, should I get a XAML file? and how I can reach the...
19 Apr 2011 by SatyaKeerthi15
I have created OrderSystem WorkFlow.I am hosting workflow in windows application.I am trying to start workflow runtime I am getting 'unable to open database' error.This is my code...string connectionString = "server=10.0.0.24;initial catalog=ROCWorkFlow;Integrated...
9 May 2011 by Alaa'.Kabbani
Hello ExpertsI'm working on an Archiving System.Which I have to make for the user a tool to specify the Document-Life as a workflow. and then he just press run to be executed.A scenario for example: a specify document goes to HR department then they check if its correct then sign it then...
17 Apr 2011 by Alaa'.Kabbani
Hello experts,I have a requirement where the users have to create their own tasks.Drag and drop their task and create their workflows.Is this possible with workflow foundation to be done on web?
27 Dec 2013 by sandy_56
Hi All,I am creating the web application which will handle the creation/Modification of Public Folders in Outlook. This Web application will be having requests which we need to handle. I am thinking of using WWF for the same.As I am not familiar with WWF. Could you please help me for the...
7 Nov 2010 by Justin Mathew @ Investment Bank
New changes and features in Workflow service 4.0 provided with a sample solution to invoke WCF service from workflow service
21 Sep 2014 by KVPalem
Hi All,I would like to implement custom integration framework. Generally integration framework will have steps like Augmentation, Aggregation, Transformation, Invoking multiple services using workflow foundation 4.5Can any one tell or give an idea on the design patterns that we can...
17 May 2023 by Member 15418280
we are using inbuilt system foreachworkflow activity in below image. but our requirement to not use AsEnumerable after datatable name only we need to pass datatable name but it is expecting AsEnumerable it is system activity how can we modify or...
10 Jul 2013 by vvkanse
I want to create WF in Visual studio using WWF Similar like Sharepoint WF,Example Aproval-Reject WF using WWF,Send mail or notification update(Approve or Reject ) and it should enter in SQL table as Task History.is this possible in Asp.net?Thanks.
13 Apr 2014 by AntonyDurai
Hi,I am new in WWF. i need to create state machine work flow in asp.net 2010. it's possible to do this in 2010? if possible please give me a reference for step to step guide lines.thanks in advance
24 Mar 2015 by syna syna
EnvironmentLocationReference in dynamicupdatemap.map file but with “Cannot remove activity ‘1.131:” 'EnvironmentLocationReference’ because it is currently Executing “Cannot remove activity ‘1.142:” 'EnvironmentLocationReference’ because it is currently Executing exceptionhow to resolve this