TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Workflow article
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Davin Martyn (22)
Aaron Cronje (1)
Related resources for Workflow article
No resource found
State Machine in Workflow
1/1/2021 5:14:37 AM.
This article describes how to create and run a State Machine Workflow in Windows Workflow Foundation.
ConditionedActivityGroup in Workflow
11/20/2011 12:21:18 AM.
The ConditionedActivityGroup (CAG) activity provides condition-driven activity execution that allows us to define very flexible behavior within our workflow.
ReplicatorActivity in Workflow
11/19/2011 11:50:40 PM.
In this article we add a DelayActivity with a random timeout just to show that the ReplicatorActivity is really running in parallel mode.
Lifetime Events in Workflow
11/18/2011 12:33:21 AM.
In this article we define Lifetime Events in Workflow. WorkflowRuntime exposes a number of events we can use to detect changes in a running workflow.
Work with WPF in Workflow
11/17/2011 1:18:27 AM.
In this article we are using a WPF Application in Workflow.
FaultHandlerActivity in Workflow
11/12/2011 5:53:17 PM.
The FaultHandlerActivity has a FaultType property. This property represents the type of exception we want to catch.
Rule Condition Editor in Workflow
11/12/2011 5:47:40 PM.
A rule set is a collection of rules that can be executed and validated as a group.
Activity Library in Workflow
11/12/2011 5:41:19 PM.
In this article we will be using a Workflow Application in the Microsoft Activities library.
Work with XAML in Workflow
11/6/2011 11:47:49 PM.
XAML is used for the initializing structured values and objects. With the help of this article we learn how we can use XAML in Workflow.
CallExternalMethod Activity in Workflow
11/3/2011 12:45:47 AM.
The CallExternalMethod Activity is used to send data from Workflow to a Host application through the local service.
WCF Service in Workflow
11/2/2011 8:38:42 AM.
The Workflow is simply encapsulate activities for Window Communication Foundation. In this article you will learn how to create and use WCF service using Workflow Foundation 4.0.
SendActivity in Workflow
10/27/2011 11:45:04 PM.
This article demonstrate how the SendActivity is performed in Workflow.
Host Application in Workflow
10/23/2011 8:24:43 PM.
In this article we learn how to communicate with a host application with Workflow.
Creating a CustomActivity in Workflow
10/23/2011 4:25:29 PM.
A Custom activity in workflow is the same concept as a custom control in .NET applications. This article explain you how to create CustomActivity in Workflow.
Transactions in Workflow
10/21/2011 12:00:02 AM.
In this article, I will show how transactions are implemented in Windows Workflow.
InvokeMethod Activity in Workflow
10/20/2011 11:28:35 PM.
The InvokeMethod activity is an activity which calls a public method of a specified object or a type.
Collections in Workflow
10/19/2011 1:35:31 AM.
The Collection provides specific classes for data storage and retrieval. These classes support a stacks, queues, lists, and hash table.
Web Services in Workflow
10/15/2011 4:53:51 PM.
A web service receives a request, performs some appropriate processing, and returns a response. This naturally translates to the Receive and Send activities.
PolicyActivity in Workflow
10/15/2011 2:16:41 AM.
The Policy activity represents a collection of rules. During execution time, the PolicyActivity retrieves the rules from the .rules file and executes the rules.
Custom Activity in Workflow
10/13/2011 8:44:41 PM.
Custom activities have been part of workflow since its inception. It was used as a tool for creating reusable pieces of workflow that would be run synchronously with the parent workflow.
Sequential Workflow in Windows Workflow Foundation
10/13/2011 8:26:11 PM.
The sequential workflow style executes a set of contained activities in order one by one.
Compensation Activity in Workflow
10/13/2011 2:56:22 AM.
An activity can be compensated only if it has completed. CompensableActivity allows you to define handlers for compensation, confirmation, and cancellation.
Work with Exception Handling in Workflow
10/11/2011 10:47:07 PM.
An Exception is an event which occurs during the execution of a program. This article will explain about Exception Handling in Workflow.