Click or drag to resize

UserTaskActionsGetTasksForInstance Method

[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: 24.5.0.0 (24.5.0.0)
Syntax
public static UserTaskEntry[] GetTasksForInstance(
	Guid instanceIdentity,
	string taskType = null,
	int expectedNrOfUsertasks = 0,
	int maxNrOfLoops = 60
)

Parameters

instanceIdentity  Guid

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

taskType  String  (Optional)

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

expectedNrOfUsertasks  Int32  (Optional)

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

maxNrOfLoops  Int32  (Optional)

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

Return Value

UserTaskEntry

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

See Also