Interface IRuntimeCreator
Namespace: Casewhere.Runtime
Assembly: Casewhere.Runtime.dll
public interface IRuntimeCreator
Extension Methods
ObjectExtension.ConvertToBsonValue(object), EnumExtensions.DeepClone<IRuntimeCreator>(IRuntimeCreator)
Methods
Create(WorkflowDefinition, Case)
Workflow Create(WorkflowDefinition workflowDefinition, Case @case)
Parameters
workflowDefinition
WorkflowDefinition
case
Case
Returns
Workflow
Create(PublishedWorkflowDefinition, Case)
Workflow Create(PublishedWorkflowDefinition workflowDefinition, Case @case)
Parameters
workflowDefinition
PublishedWorkflowDefinition
case
Case
Returns
Workflow
Create(Process)
Case Create(Process process)
Parameters
process
Process
Returns
Case