Click or drag to resize

RunWorkflowJobStoreAdd Method

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

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

Parameters

runWorkflowJobItem  RunWorkflowJobItem

Implements

IRunWorkflowJobStoreAdd(RunWorkflowJobItem)
Exceptions
ExceptionCondition
InvalidOperationException
See Also