Click or drag to resize

BCWorkflowDefNewWorkflowTransition Method

Creates a new workflow transition with the specified name.

Namespace:  BlueCieloECM.InnoCielo.Meridian.Server
Assembly:  BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax
public BCWorkflowTransition NewWorkflowTransition(
	string name,
	BCWorkflowState sourceState,
	BCWorkflowState targetState
)

Parameters

name
Type: SystemString
The name of the workflow transition to create.
sourceState
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCWorkflowState
The source state of the transition to create.
targetState
Type: BlueCieloECM.InnoCielo.Meridian.ServerBCWorkflowState
The target state of the transition to create.

Return Value

Type: BCWorkflowTransition
The created workflow transition.
See Also