Slickflow .NET 工作流引擎帮助手册
Slickflow .NET 工作流引擎帮助手册
Slickflow .NET Workflow Engine
Slickflow.Engine.Common
ActionParameterInternal Class
ActivityResource Class
ActivityStateEnum Enumeration
ActivityTypeEnum Enumeration
BackwardTypeEnum Enumeration
CommentTypeEnum Enumeration
ConditionParseResultEnum Enumeration
ConditionTypeEnum Enumeration
CrossOverGatewayDetail Class
CurrentRunningNodeMap Class
CurrentRunningNodeMapComplex Class
DLRuntimeInteroperationException Class
EventTriggerEnum Enumeration
GatewayDirectionEnum Enumeration
GatewaySplitJoinTypeEnum Enumeration
ImplementationTypeEnum Enumeration
LogEventType Enumeration
LogPriority Enumeration
NodeImage Class
NodeView Class
ParallelOptionEnum Enumeration
Participant Class
Performer Class
PerformerList Class
ProcessStateEnum Enumeration
ReceiverTypeEnum Enumeration
SendbackOperationTypeEnum Enumeration
TaskStateEnum Enumeration
TaskTypeEnum Enumeration
TransitionDirectionTypeEnum Enumeration
TransitionFlyingTypeEnum Enumeration
TransitionTypeEnum Enumeration
WfAppRunner Class
WfBackwardTaskReceiver Class
WfDefine Class
WfXpdlException Class
WithdrawOperationTypeEnum Enumeration
WorkflowException Class
WorkItemTypeEnum Enumeration
XmlDefinitionException Class
TaskStateEnum Enumeration
任务状态类型
Namespace:
Slickflow.Engine.Common
Assembly:
Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
Copy
public
enum
TaskStateEnum
Members
Member name
Value
Description
Waiting
1
等待办理
Handling
2
办理状态
Completed
4
正常完成
Withdrawed
8
撤销
Rejected
16
退回
Closed
32
多人可以办理,当别人办理完后,置关闭状态
See Also
Reference
Slickflow.Engine.Common Namespace