学习021-01-01 Workflow Design Basics(工作流设计基础)

Workflow Design Basics(工作流设计基础)

The Workflow module integrates Windows Workflow Foundation (WF) 4.0 support into XAF. WF is a workflow management framework you can use to create more manageable, workflow-enabled applications. The module simplifies design and workflow execution, requiring users to be familiar only with the general concepts associated with workflow design. This topic describes the basics of using the module. For step-by-step instructions showing how to design a sample workflow, refer to the How to: Design Workflow help topic.
Workflow 模块将 Windows Workflow Foundation (WF) 4.0 支持集成到 XAF 中。WF 是一个工作流管理框架,可用于创建更易于管理且支持工作流的应用程序。该模块简化了设计和工作流执行,用户只需熟悉与工作流设计相关的一般概念即可。本主题介绍使用该模块的基础知识。有关设计示例工作流的分步说明,请参阅“如何:设计工作流”帮助主题。

Note
ASP.NET Core Blazor applications do not support the Workflow Module.
ASP.NET Core Blazor应用程序不支持工作流模块。
WWF and WCF will not be ported to .NET Core/.NET by Microsoft. We recommend that you implement Controllers or custom solutions such as Hangfire, Quartz.NET, and others for former Workflow Module scenarios. To save your time, consider this free module within the eXpand Framework.
微软不会将WWF和WCF移植到.NET Core/.NET。对于以前的工作流模块场景,我们建议你实现控制器或自定义解决方案,如Hangfire、Quartz.NET等。为节省你的时间,可以考虑eXpand框架中的这个免费模块。

Workflow Module(工作流模块)

If you use the Entity Framework Core, register the following entity types within your DbContext. Otherwise, if you use XPO, skip this step.
如果使用的是实体框架核心(Entity Framework Core),请在DbContext中注册以下实体类型。否则,如果使用的是XPO,则跳过此步骤。

C# 
using DevExpress.Workflow.EF;
using DevExpress.ExpressApp.Workflow.EF;
using DevExpress.ExpressApp.Workflow.Versioning;
// ...
public DbSet<EFWorkflowDefinition> EFWorkflowDefinition {
   
    get; set; }
public DbSet<EFStartWorkflowRequest> EFStartWorkflowRequest {
   
    get; set; }
public DbSet<EFRunningWorkflowInstanceInfo> EFRunningWorkflowInstanceInfo {
   
    get; set; }
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

汤姆•猫

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

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

余额充值