MFUtilsGetWorkflowIDByTransition Method
Finds a transition's workflow.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public static int GetWorkflowIDByTransition(
Vault vault,
MFIdentifier transition
)
- vault Vault
- The vault in which the transition exists.
- transition MFIdentifier
- A reference to the transition.
Int32The id of the workflow which the passed transition belongs to.