UserTaskActionsGetTasksForInstance Method

Scanjour Workflow4 Reference Manual

[Missing <summary> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Actions.UserTaskActions.GetTasksForInstance(System.Guid,System.String,System.Int32,System.Int32)"]

Namespace:  Scanjour.Workflow4.TestFramework.Internal.Actions
Assembly:  Scanjour.Workflow4.TestFramework.Internal (in Scanjour.Workflow4.TestFramework.Internal.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public static UserTaskEntry[] GetTasksForInstance(
	Guid instanceIdentity,
	string taskType = null,
	int expectedNrOfUsertasks = 0,
	int maxNrOfLoops = 60
)

Parameters

instanceIdentity
Type: SystemGuid

[Missing <param name="instanceIdentity"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Actions.UserTaskActions.GetTasksForInstance(System.Guid,System.String,System.Int32,System.Int32)"]

taskType (Optional)
Type: SystemString

[Missing <param name="taskType"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Actions.UserTaskActions.GetTasksForInstance(System.Guid,System.String,System.Int32,System.Int32)"]

expectedNrOfUsertasks (Optional)
Type: SystemInt32

[Missing <param name="expectedNrOfUsertasks"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Actions.UserTaskActions.GetTasksForInstance(System.Guid,System.String,System.Int32,System.Int32)"]

maxNrOfLoops (Optional)
Type: SystemInt32

[Missing <param name="maxNrOfLoops"/> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Actions.UserTaskActions.GetTasksForInstance(System.Guid,System.String,System.Int32,System.Int32)"]

Return Value

Type: UserTaskEntry

[Missing <returns> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Actions.UserTaskActions.GetTasksForInstance(System.Guid,System.String,System.Int32,System.Int32)"]

See Also

Reference