Rehosting the Workflow Designer

官方文档:https://msdn.microsoft.com/en-us/library/dd489451(v=vs.110).aspx

The Windows Workflow Designer can be rehosted in environments outside of Visual Studio 2012 for the purposes of creating, modifying, and monitoring workflows.

The WorkflowDesigner type is a wrapper of the canvas, property grid, and other elements, and exposes a basic programming model to handle the majority of designer rehosting scenarios. Hosting the WorkflowDesigner inside a Windows Presentation Foundation (WPF) application is a common rehosting scenario for Workflow Designer.

In This Section

Task 1: Create a New Windows Presentation Foundation Application

Task 2: Host the Workflow Designer

Task 3: Create the Toolbox and PropertyGrid Panes

Support for New Workflow Foundation 4.5 Features in the Rehosted Workflow Designer

时间: 2024-10-07 15:21:53

Rehosting the Workflow Designer的相关文章

《WF in 24 Hours》读书笔记 - Hour 1 - Understanding Windows Workflow Foundation

1.1 Hour 1 - Understanding Windows Workflow Foundation 1.1.1 What workflow is in general A workflow is logic-consisting of one or more steps that are predicated by one or more conditions-that a system or person must perform to complete a function. Be

Previous Workflow Versions in Nintex Workflow

Previous Workflow Versions in Nintex Workflow September 4, 2013 It occurred to me that even though I knew several older versions of workflows existed as part of creating workflows, I had never actually thought of how to get at these older versions (a

.net Framework Class Library(FCL)

from:http://msdn.microsoft.com/en-us/library/ms229335.aspx 我们平时在VS.net里引用的那些类库就是从这里来的 The .NET Framework class library is a library of classes, interfaces, and value types that provides access to system functionality and is designed to be the foundat

解析大型.NET ERP系统架构设计 Framework+ Application 设计模式

我对大型系统的理解,从数量上面来讲,源代码超过百万行以上,系统有超过300个以上的功能,从质量上来讲系统应该具备良好的可扩展性和可维护性,系统中的功能紧密关联.除去业务上的复杂性,如何设计这样的一个协作良好的系统,搭建开发人员基础平台,一直是我研究的方向. SouceCounter(版本3.3.91.79)对源代码的统计信息如下: 下面来详细解析一下这个系统的设计架构,纯.NET技术架构方案,C/S WinForms系统. 系统分为Framework和Application两个部分,前者是框架(

NET ERP系统架构设计

解析大型.NET ERP系统架构设计 Framework+ Application 设计模式 我对大型系统的理解,从数量上面来讲,源代码超过百万行以上,系统有超过300个以上的功能,从质量上来讲系统应该具备良好的可扩展性和可维护性,系统中的功能紧密关联.除去业务上的复杂性,如何设计这样的一个协作良好的系统,搭建开发人员基础平台,一直是我研究的方向. SouceCounter(版本3.3.91.79)对源代码的统计信息如下: 下面来详细解析一下这个系统的设计架构,纯.NET技术架构方案,C/S W

解析大型.NET ERP系统核心组件 查询设计器 报表设计器 窗体设计器 工作流设计器 任务计划设计器

企业管理软件包含一些公共的组件,这些基础的组件在每个新项目立项阶段就必须考虑.核心的稳定不变功能,方便系统开发与维护,也为系统二次开发提供了诸多便利.比如通用权限管理系统,通用附件管理,通用查询等组件,若是在项目开发前就准备好了这些组件,为项目如期交付提供了保证. 查询设计器 Query Designer  支持选择一个或多个数据库表,通过左右连接的方式构建查询结果,支持直接手写SQL语句设计查询,支持调用存储过程查询,支持用代码设计查询. 报表设计器 Report Designer 支持配置的

WCF揭秘学习笔记(5):WF定制活动

WF(Windows Workflow Foundation,Windows工作流基础)为.NET提供了一种基于模型的.声明方式的过程执行引擎,它改变了传统的通过一行行编写代码来开发服务功能的方式. WF包含三个核心组件:活动框架(activity framework).运行时环境(runtime environment).工作流设计器(workflow designer). WF不是什么 工作流这个词在软件开发领域和相关社区里已经被"滥用"了.所以弄清楚WF在这些流行的工作流概念中到

基于云端环境的多语言编程平台近期荣耀上市

随着云计算.云主机的快速发展,尤其是以青云.红云.蓝云为代表的云服务优质提供商的悄然崛起,多机同开.高弹性.低成本等云主机盛行时代的词语,已成为IT界的一种时尚流行语.同时,IT开发.it测试.IT编程等领域也纷纷借助云端环境实现自身领域的便捷应用.接下来小编就以当下最流行的.Net新开发平台为例为大家讲述,供行业同仁们参考借鉴! 近期,微软公司继Windows DNA之后又发布了基于云端环境的采用系统虚拟机运行的新编程开发平台-- .NET Framework 4.6.2 ,它以通用语言运行时

WF 快速入门

WF(Windows Workflow Foundation ,中文译为:Windows工作流基础)是一种基于更高级抽象概念的编程语言,适合于实现业务流程.虽然可以通过使用图形化的工具(Workflow Designer)来创建WF程序,但是开发人员可以通过XAML(Extensible Application Markup Language,可扩展应用程序标记语言),以便充分利用WF所提供的各项功能. 工作流,大家都不陌生,在OA系统当中,就广泛应用了这个技术.出于战略的考虑,微软也在.NET