Click or drag to resize
BCWorkflowTransitionNewWorkflowInterlockCondition Method (String, WorkflowInterlockLocation)
Creates a new workflow interlock condition.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
public BCWorkflowInterlockCondition NewWorkflowInterlockCondition(
	string name,
	WorkflowInterlockLocation location
)

Parameters

name
Type: SystemString
The name of the workflow interlock condition.
location
Type: BlueCieloECM.InnoCielo.Meridian.ServerWorkflowInterlockLocation
The location of the workflow interlock condition.

Return Value

Type: BCWorkflowInterlockCondition
The created workflow interlock condition.
See Also