MFUtilsGetWorkflowIDByTransition Method

Finds a transition's workflow.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public static int GetWorkflowIDByTransition(
	Vault vault,
	MFIdentifier transition
)

Parameters

vault  Vault
The vault in which the transition exists.
transition  MFIdentifier
A reference to the transition.

Return Value

Int32
The id of the workflow which the passed transition belongs to.

See Also