ActivityTestBaseNewWorkflowCreationData Method

Scanjour Workflow4 Reference Manual

[Missing <summary> documentation for "M:Scanjour.Workflow4.TestFramework.ActivityTestBase.NewWorkflowCreationData(System.String,System.Collections.Generic.IDictionary{System.String,System.Object})"]

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

public static WorkflowCreationData NewWorkflowCreationData(
	string processId = null,
	IDictionary<string, Object> arguments = null
)

Parameters

processId (Optional)
Type: SystemString

[Missing <param name="processId"/> documentation for "M:Scanjour.Workflow4.TestFramework.ActivityTestBase.NewWorkflowCreationData(System.String,System.Collections.Generic.IDictionary{System.String,System.Object})"]

arguments (Optional)
Type: System.Collections.GenericIDictionaryString, Object

[Missing <param name="arguments"/> documentation for "M:Scanjour.Workflow4.TestFramework.ActivityTestBase.NewWorkflowCreationData(System.String,System.Collections.Generic.IDictionary{System.String,System.Object})"]

Return Value

Type: WorkflowCreationData

[Missing <returns> documentation for "M:Scanjour.Workflow4.TestFramework.ActivityTestBase.NewWorkflowCreationData(System.String,System.Collections.Generic.IDictionary{System.String,System.Object})"]

See Also

Reference