Click or drag to resize

UserTaskActionsGetOpenedUserTaskForInstanceAndUser Method

[Missing <summary> documentation for "M:Scanjour.Workflow4.TestFramework.Internal.Actions.UserTaskActions.GetOpenedUserTaskForInstanceAndUser(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 GetOpenedUserTaskForInstanceAndUser(
	Guid instanceIdentity,
	string nameCode,
	int nrOfTimes = 1,
	int waitTime = 1000
)

Parameters

instanceIdentity  Guid

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

nameCode  String

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

nrOfTimes  Int32  (Optional)

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

waitTime  Int32  (Optional)

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

Return Value

UserTaskEntry

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

See Also