Stories recently tagged with 'WWF'

Workflow and Host Communication in WF 4.0–Bookmarks(sankarsan.wordpress.com)

submitted by sankarsansankarsan(460) 1 month, 6 days ago

In the last post we have discussed at length about different mechanisms of parameter passing and obtaining results from a workflow.In this post we will discuss about another extremely important aspect of workflow and host communication i.e. Bookmarks. Bookmarks as the name suggests is a like Bookmark for a book. When created at a particular point in the execution of the workflow , the execution is suspended and the workflow waits to be resumed.When a bookmark is resumed it starts executing exactly from the same point. read more...

add a comment |category: |Views: 4

tags: another

Workflow and Host Communication in WF 4.0–Parameter Passing(sankarsan.wordpress.com)

submitted by sankarsansankarsan(460) 1 month, 20 days ago

Workflow host is an application responsible for executing the workflow and managing different workflow lifecycle events like start, completion, idle, unloaded etc.Now the workflow host should be capable of exchanging information with the workflow. This information exchange can be broadly categorized into: a) The parameters/arguments needed to start the workflow and to get the results back after workflow has executed. b) The intermediate data needs at different stages of a long running workflow (e.g. when the workflow is waiting for a specific input like Manager’s Approval). In this post we will concentrate on the different mechanisms of parameter passing and getting results back. In the subsequent posts we will move into more complex scenarios related to long running workflows. read more...

add a comment |category: |Views: 10

tags: another

cDevWorkflow Website cDevWorkflow Case Studies Expense Management(cdevworkflow.innovativeglobal.com)

submitted by wijaydwijayd(9) 9 months, 23 days ago

Expense Management Workflow read more...

add a comment |category: |Views: 7

tags: another

Creating an application like Google Desktop in WPF and C#(www.codeproject.com)

submitted by rcashrcash(4149) 9 months, 26 days ago

An interesting article that explains how to create a program like Google Desktop in WPF. Example code shows programmers how to dock an application to the left or the right and display gadgets similar to Google Desktop. read more...

add a comment |category: |Views: 58

tags: another

Creating a custom Workflow Action for SharePoint Designer 2010(www.inetapakistan.org)

submitted by adnan_fhadnan_fh(40) 1 year, 1 month ago

SharePoint Designer 2010 offers a quick way for non-developers to quickly build SharePoint workflows. However, not all possible scenarios can be addressed using the out-of-the-box workflow actions in SharePoint designer. This video tutorial will get you up to speed with the basics of extending SharePoint Designer to include custom workflow activities that can be used for a number of different workflow processes. The tutorial covered in this screencast walks you through building a custom SharePoint Designer workflow action to automatically generate a subsite for each new item created in a list. read more...

add a comment |category: |Views: 53

tags: another

Windows Azure for developers Task4: Error Attaching the debugger (www.codegain.com)

submitted by codegaincodegain(2794) 1 year, 2 months ago

In this article, i will explain about Windows Azure for developers and Error Attaching the debugger in Windows Azure SDK 1.3 read more...

add a comment |category: |Views: 10

tags: another

Windows Azure For Developers Task 5: Configuring Virtual Machine sizes(www.codegain.com)

submitted by codegaincodegain(2794) 1 year, 2 months ago

In this article,we discuss about Windows Azure For Developers Task 5: Configuring Virtual Machine sizes. read more...

add a comment |category: |Views: 2

tags: another

MVVM and Service Agent(blog.agafonov.net.ua)

submitted by SoftEngineerSoftEngineer(495) 1 year, 4 months ago

MVVM and Service Agent approach read more...

add a comment |category: |Views: 25

tags: another

WCF WF(blog.agafonov.net.ua)

submitted by SoftEngineerSoftEngineer(495) 1 year, 6 months ago

.Net 4.0 with WF 4(Windows Workflow 4), WCF 4(Windows Communication Foundation 4) read more...

add a comment |category: |Views: 8

tags: another

Fixing the versioned workflow persistence issues(blog.catenalogic.com)

submitted by TischnoetentoetTischnoetentoet(424) 1 year, 7 months ago

Shows how to fix Workflow Foundation versioning issues when using custom services. read more...

add a comment |category: |Views: 3

tags: another

Introduction Tips to Workflow 4.0(cecildt.blogspot.com)

submitted by cecildtcecildt(203) 1 year, 7 months ago

Introduction Tips and materials to Microsoft Workflow Foundation 4.0 read more...

add a comment |category: |Views: 190

tags: another

Practical Applications of BizTalk Server, Windows Workflow and SSIS(blogs.captechconsulting.com)

submitted by cwashcwash(10) 1 year, 7 months ago

In an effort to maintain control over the proliferation of application servers and data, many organizations have undertaken projects to consolidate and integrate systems. One of the first hurdles in undertaking an integration project is determining the most efficient integration technology. Unfortunately, just within the Microsoft stack, there are technologies that consistently cause confusion and are often misused. For example, the lines are continuing to blur when comparing BizTalk Server to Windows Workflow especially now that hosting Workflows using Windows Server AppFabric can provide functionality that appears similar to BizTalk. However, there are still quite a few giveaways when you need one versus the other. Underneath most applications, we commonly find a data platform and for many organizations, their platform of choice is SQL Server. The intersection of just these 3 technologies leads many to ask the question, "if I want to integrate System A with System B, which technology should I use?" Many times there are no hard and fast rules, but with some careful thought and consideration of organization demands and technological capabilities, the fog will lift and a clear answer will emerge. This post will by no means provide the definitive answer, but I will provide a few common scenarios that might help illuminate the path. read more...

add a comment |category: |Views: 87

tags: another

Workflow Foundation (WF) in .NET 4(blog.agafonov.net.ua)

submitted by SoftEngineerSoftEngineer(495) 1 year, 8 months ago

Workflow Foundation (WF) in .NET 4 - A Developer's Introduction to Windows Workflow Foundation and what is new in it? read more...

add a comment |category: |Views: 159

tags: another

Example: Creating workflow to request songs from radio station(weblogs.asp.net)

submitted by gpeipmangpeipman(3145) 1 year, 9 months ago

Today I played with WF 4.0 declarative workflows. This posting shows you simple workflow that you can extend to add songs to online radio station queue. My main focus here is workflow and I will provide here no logic for actual queue implementation. You can find here also Visual Studio 2010 sample solution. read more...

add a comment |category: |Views: 16

tags: another

WPF Ribbon Basics(blogs.msdn.com)

submitted by frank12345frank12345(2809) 1 year, 9 months ago

The WPF Ribbon control is easy to use once you get the basics of it. The structure is simple ... read more...

add a comment |category: |Views: 22

tags: another

Change Visibility of Controls Automatically in WPF(blog.chodounsky.net)

submitted by jakubgarfieldjakubgarfield(60) 1 year, 9 months ago

Imagine a situation when after you check a Checkbox in your WPF form, a TextBox for additional info pops out. How to create this behavior using only databinding and converters? read more...

add a comment |category: |Views: 20

tags: another