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

推荐订阅源

N
News and Events Feed by Topic
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
月光博客
月光博客
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
大猫的无限游戏
大猫的无限游戏
T
Tailwind CSS Blog
S
SegmentFault 最新的问题
V
V2EX
阮一峰的网络日志
阮一峰的网络日志
C
Cisco Blogs
博客园 - 叶小钗
P
Privacy International News Feed
Jina AI
Jina AI
Apple Machine Learning Research
Apple Machine Learning Research
T
Threatpost
IT之家
IT之家
博客园 - 聂微东
Know Your Adversary
Know Your Adversary
Help Net Security
Help Net Security
罗磊的独立博客
I
Intezer
S
Schneier on Security
博客园_首页
C
CERT Recently Published Vulnerability Notes
雷峰网
雷峰网
Cisco Talos Blog
Cisco Talos Blog
宝玉的分享
宝玉的分享
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Webroot Blog
Webroot Blog
TaoSecurity Blog
TaoSecurity Blog
MyScale Blog
MyScale Blog
P
Privacy & Cybersecurity Law Blog
T
The Exploit Database - CXSecurity.com
PCI Perspectives
PCI Perspectives
Security Latest
Security Latest
H
Heimdal Security Blog
S
Secure Thoughts
Hacker News: Ask HN
Hacker News: Ask HN
Y
Y Combinator Blog
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Microsoft Security Blog
Microsoft Security Blog
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
SecWiki News
SecWiki News
The GitHub Blog
The GitHub Blog
A
Arctic Wolf
A
About on SuperTechFans
aimingoo的专栏
aimingoo的专栏
T
Threat Research - Cisco Blogs
Engineering at Meta
Engineering at Meta
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC

博客园 - wellgo

卡耐基成功之道浓缩版 [转贴 2007-02-25 16:32:29 ] WF结构随想 Caché在.net中的开发模式 使用Matrix生成动态列报表 人生的转折 我军军事物流标准化的现状分析及对策 军用仓库物流与信息流协同的数据模型研究 基于供应链的航材库存管理 航空兵场站油料库存控制策略研究 军队物资采购供应商的开发 关于测试人员定位的想法 Microsoft Windows Workflow Foundation 入门:开发人员演练 IoC 容器和Dependency Injection 模式 windows workflow学习笔记(二) windows workflow学习笔记(一) 如何为java程序创建快捷方式 SqlBulkCopy与Insert触发器的应用问题 泛型类声明中的静态变量,在相同封闭构造类型所有实例中被共享,但在不同封闭构造类型的实例中,是不被共享的。 ADO.NET 2.0 功能一览
用户自定义WWF的流程
wellgo · 2006-01-07 · via 博客园 - wellgo
 

上次MSDN中文中开心三人行栏目中在介绍WWF时大家提问最多的就是如果让最终用户定义自己的工作流。

我的想法是这样的:

首选,作为一个针对特定应用的工作流引擎,你需要建立一系列可用的Activity

然后,利用WorkflowView控件供用户编辑各Activity间的关系。

这样做要求用户不可以修改Actitvity本身,且Activity间关系必须使用xoml的方式描述。

另外,在节目中主持人提到WWF不支持权限管理,实际上这是不正确的。它提供了一套基于角色的管理机制,就如在联机文档中所描述:

Windows Workflow Foundation (WWF) provides a mechanism for role-based access for all activities that support data input. The workflow author has full control over creating roles and role collections. This allows the author to supply the necessary authorization mechanism to validate a caller's role before the activity is executed.