RunWorkflowJobStoreAdd Method

Add job to memory, at this time the job still not run

Definition

Namespace: Casewhere.Runtime.Workflows
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
public void Add(
	RunWorkflowJobItem runWorkflowJobItem
)

Parameters

runWorkflowJobItem  RunWorkflowJobItem

Implements

IRunWorkflowJobStoreAdd(RunWorkflowJobItem)

Exceptions

See Also