惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
人人都是产品经理
人人都是产品经理
V
Visual Studio Blog
罗磊的独立博客
Last Week in AI
Last Week in AI
爱范儿
爱范儿
The Cloudflare Blog
有赞技术团队
有赞技术团队
博客园 - 三生石上(FineUI控件)
美团技术团队
Apple Machine Learning Research
Apple Machine Learning Research
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
月光博客
月光博客
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 司徒正美
IT之家
IT之家
博客园 - 【当耐特】
雷峰网
雷峰网
博客园_首页
Jina AI
Jina AI
Hugging Face - Blog
Hugging Face - Blog
阮一峰的网络日志
阮一峰的网络日志
量子位
V
V2EX

博客园 - 赤脚小子

Workflow WF Reference Links for 2009-03-20 Workflow WF Reference Links for 2009-03-06 Workflow WF Reference Links for 2009-02-20 Workflow WF Reference Links for 2009-02-13 Workflow WF Reference Links for 2009-02-06 Workflow WF Reference Links for 2009-01-16 Workflow WF Reference Links for 2009-01-09 Workflow WF Reference Links for 2008-12-30 WF书籍导读(完整版) WF书籍推荐 Unity(七):使用场景Ⅲ:用于依赖注入(下) Unity系列目录 Unity(六):使用场景Ⅲ:用于依赖注入(上) Unity(五):使用场景Ⅱ:用于单例模式 Unity(四):使用场景Ⅰ:建立类型映射 Unity(三):快速入门 Unity(二):Unity是什么? Unity(一):从ObjectBuilder说起 Exception Management in .NET阅读笔记
Workflow WF Reference Links for 2009-02-01
赤脚小子 · 2009-02-01 · via 博客园 - 赤脚小子

Workflow Reference Links:

1.  一个基于WF的业务流程平台

      附带源码的工作流平台,基于WF技术构建,相对于微软之前给出的一个个简陋的例子,这个实例却是五脏俱全、有血有肉的。文中有具体的介绍,不多说了。

2.   基于WF设计业务流程平台_工作域与一人多部门多职能

     在设计工作流的参与者的相关概念是,组织机构是必然要面临的问题。而单纯的群组、用户是无法满足绝大部分企业的应用需求的。而通过引入角色类型(文中的“职能”)和角色(文中的“部门职能”),可以处理组织机构相关的大部分的需求。作者围绕“工作域”的概念,给出了一个简单的算法,来解决这一问题。

3.  BPM不是软件工程

     我本人一直支持这种观点。

    “业务流程”不是程序。支撑它的虽然可能是程序,但是业务流程是组织想要完成的事情。

    时至今日,你仍会碰到一些人认为BPEL是实现业务流程的终极方式。BPEL仅仅提供了一种发送、接收和转换的手段……这些是软件工程的需求,而不是业务流程的需求。

    BPMN的存在是为了让业务人员可以表达业务单元内部人员之间的交互。BPMN的存在不是为了软件工程师的方便,因为BPM不是软件工程。

WF Reference Links

1.    .NET Framework 4.0 和“Dublin”中的 WCF 和 WF 服务

在本文中,将探讨 .NET Framework 4.0 中 WCF 和 WF 的一些关键新功能以及 "Dublin" 扩展所提供的应用程序服务器的新功能。

首先,作者指出了目前在.NET framework 3.5中,使用WCF工作流服务存在的三个问题:

1). 对于初学者而言,WCF 和 WF 之间的集成层还有很大的改进空间。

2). 当前的基本活动程序库注重的是流控制和逻辑活动,而并未提供足够多的工作活动。

3). 当前的 WF 还缺乏对仅使用可扩展应用程序标记语言 (XAML) 的工作流的工具支持。

做过相关工作的开发者应该会有体会,这些都是一些痛苦点。

接下来,作者轻快地描述了.NET framework 4.0中WF、WCF的新功能,然后就是浓墨描绘Dublin。文笔非常清晰,值得认真一读,虽然Dublin还是有点遥远。

2.    PDC2008: Workflow Foundation 4 - Windows Live

3.    Screencast: SQL Tracking Services in Windows WF

In this session, I discuss the basics for setting up the SQL Tracking Service in Windows WF and how to begin tracking basic information.   In a subsequent screencast I will cover how to create tracking profiles which can be used with this or any custom tracking service. 

4.    Screencast: Working with Tracking Profiles in Windows WF

In this session, I follow up on my previous screencast where I covered using SQL Tracking Services and dive into how Tracking Profiles work and how you can create them in code. I also showcase a couple of sample applications from the Windows SDK that allow you to visually create tracking profiles and then monitor a workflow using tracking data and the visual designer.

5.    Screencast: Using the Replicator activity

In this session, I go into detail about how to use one of the more powerful control flow activities in the framework. I show how to use data to drive control flow with the replicator, how to control the execution style and how to use rules to control when execution should complete. In addition, I show how to use code to initialize child activities before they are executed.

6.    Job Requisition Workflows

This article is the second in a series whose goal is to provide guidance to the WF developer on the selection of the root workflow type: sequential v state machine. This article describes a simplistic implementation of the Job Requisition workflow that can be executed within the workflow simulator. In addition, it covers the ramifications of Activity Execution Contexts in workflow design as part of the implementation of the Job Requisition Process. Both Sequential Workflow and State Machine Workflow implementation of the Job Requisition process will be demonstrated. 

7.    Replicators in Blog Monitoring Workflows

This article is the third in a series whose goal is to provide guidance to the WF developer on the selection of the root workflow type: sequential v state machine. In this scenario, we will define a Blog Monitoring process that one might use to collect blog entries relevant to a user and periodically send a summary of those entries to the user. 

8.    Event Handling in Bug Reporting Workflows

This article is the fourth in a series whose goal is to provide guidance to the WF developer on the selection of the root workflow type: sequential v state machine. This article describes a simplistic implementation of a Software Bug Reporting workflow that can be executed within the workflow simulator. Both Sequential Workflow and State Machine Workflow implementation of the Bug Reporting process will be demonstrated.