Click or drag to resize
HumanTaskInfoExtensionsCreateTaskInfo Method

Namespace: FlexRule.Flows.Workflows.Model.Instances
Assembly: FlexRule.Flows.Workflow (in FlexRule.Flows.Workflow.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public static IHumanTaskInfo CreateTaskInfo(
	this HumanTaskNode human,
	IActiveElementExecutor executor
)

Parameters

human
Type: FlexRule.Flows.Workflows.Model.NodesHumanTaskNode
executor
Type: FlexRuleIActiveElementExecutor

Return Value

Type: IHumanTaskInfo

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type HumanTaskNode. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also