Click or drag to resize
WorkflowServiceGetProcessInstanceByActivity Method

[Missing <summary> documentation for "M:Slickflow.Engine.Service.WorkflowService.GetProcessInstanceByActivity(System.Int32)"]

Namespace: Slickflow.Engine.Service
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public ProcessInstanceEntity GetProcessInstanceByActivity(
	int activityInstanceID
)

Parameters

activityInstanceID
Type: SystemInt32

Return Value

Type: ProcessInstanceEntity

Implements

IWorkflowServiceGetProcessInstanceByActivity(Int32)
See Also