Workflow WF Reference Links for 2009-02-01

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. 

转载于:https://www.cnblogs.com/kebixisimba/archive/2009/02/01/1382010.html

一、综合实战—使用极轴追踪方式绘制信号灯 实战目标:利用对象捕捉追踪和极轴追踪功能创建信号灯图形 技术要点:结合两种追踪方式实现精确绘图,适用于工程制图中需要精确定位的场景 1. 切换至AutoCAD 操作步骤: 启动AutoCAD 2016软件 打开随书光盘中的素材文件 确认工作空间为"草图与注释"模式 2. 绘图设置 1)草图设置对话框 打开方式:通过"工具→绘图设置"菜单命令 功能定位:该对话框包含捕捉、追踪等核心绘图辅助功能设置 2)对象捕捉设置 关键配置: 启用对象捕捉(F3快捷键) 启用对象捕捉追踪(F11快捷键) 勾选端点、中心、圆心、象限点等常用捕捉模式 追踪原理:命令执行时悬停光标可显示追踪矢量,再次悬停可停止追踪 3)极轴追踪设置 参数设置: 启用极轴追踪功能 设置角度增量为45度 确认后退出对话框 3. 绘制信号灯 1)绘制圆形 执行命令:"绘图→圆→圆心、半径"命令 绘制过程: 使用对象捕捉追踪定位矩形中心作为圆心 输入半径值30并按Enter确认 通过象限点捕捉确保圆形位置准确 2)绘制直线 操作要点: 选择"绘图→直线"命令 捕捉矩形上边中点作为起点 捕捉圆的上象限点作为终点 按Enter结束当前直线命令 重复技巧: 按Enter可重复最近使用的直线命令 通过圆心捕捉和极轴追踪绘制放射状直线 最终形成完整的信号灯指示图案 3)完成绘制 验证要点: 检查所有直线是否准确连接圆心和象限点 确认极轴追踪的45度增量是否体现 保存绘图文件(快捷键Ctrl+S)
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值