Slickflow .NET 工作流引擎帮助手册
Slickflow .NET 工作流引擎帮助手册
Slickflow .NET Workflow Engine
Slickflow.Engine.Service
WorkflowService Class
WorkflowService Methods
AppendUserList Method
CancelProcess Method
CreateProcess Method
CreateProcessVersion Method
DeleteProcess Method
DiscardProcess Method
EntrustTask Method
GetActivityEntity Method
GetActivityInstance Method
GetActivityInstanceCompleted Method
GetActivityInstances Method
GetActivityRoles Method
GetAllTaskActivityList Method
GetCompletedTasks Method
GetFirstActivity Method
GetFirstActivityRoleUserTree Method
GetNextActivity Method
GetNextActivityInstanceList Method
GetNextActivityRoleUserTree Method
GetNextActivityTree Method
GetPerformerList Method
GetProcess Method
GetProcessByVersion Method
GetProcessFile Method
GetProcessInitiator Method
GetProcessInstance Method
GetProcessInstanceByActivity Method
GetProcessInstanceCount Method
GetProcessList Method
GetProcessListSimple Method
GetReadyTasks Method
GetRoleAll Method
GetRoleByProcess Method
GetRoleUserListByProcess Method
GetRunningActivityInstance Method
GetRunningNode Method
GetRunningProcessInstance Method
GetRunningTasks Method
GetTaskActivityList Method
GetTaskPerformers Method
GetUserListByRole Method
ImportProcess Method
IsLastTask Method
IsMineTask Method
JumpProcess Method
ResumeProcess Method
ReverseProcess Method
RunProcessApp Method
runtimeInstance_OnWfProcessContinued Method
runtimeInstance_OnWfProcessJump Method
runtimeInstance_OnWfProcessReversed Method
runtimeInstance_OnWfProcessSentBack Method
runtimeInstance_OnWfProcessSignForward Method
runtimeInstance_OnWfProcessStarted Method
runtimeInstance_OnWfProcessWithdrawed Method
SaveProcessFile Method
SendBackProcess Method
SetProcessOverdue Method
SetTaskRead Method
SignForwardProcess Method
StartProcess Method
SuspendProcess Method
UpdateProcess Method
WithdrawProcess Method
WorkflowService
GetActivityEntity Method
获取当前活动实体
Namespace:
Slickflow.Engine.Service
Assembly:
Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
Copy
public
ActivityEntity
GetActivityEntity
(
string
processGUID
,
string
version
,
string
activityGUID
)
Parameters
processGUID
Type:
System
String
流程定义GUID
version
Type:
System
String
版本
activityGUID
Type:
System
String
活动GUID
Return Value
Type:
ActivityEntity
活动
Implements
IWorkflowService
GetActivityEntity(String, String, String)
See Also
Reference
WorkflowService Class
Slickflow.Engine.Service Namespace