Click or drag to resize

ActivityTestBaseNewWorkflowCreationData Method

[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: 24.5.0.0 (24.5.0.0)
Syntax
public static WorkflowCreationData NewWorkflowCreationData(
	string processId = null,
	IDictionary<string, Object> arguments = null
)

Parameters

processId  String  (Optional)

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

arguments  IDictionaryString, Object  (Optional)

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

Return Value

WorkflowCreationData

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

See Also