ValidationResultBaseStateTransitionNotIn Method
Report misplaced state transition.
Namespace: MFiles.VAF.ConfigurationAssembly: MFiles.VAF.Configuration (in MFiles.VAF.Configuration.dll) Version: 23.12.13247.3
public virtual void StateTransitionNotIn(
IConfiguration configuration,
MFIdentifier transition,
MFIdentifier workflow,
bool required,
bool validate
)
Parameters
- configuration IConfiguration
- The configuration that is being validated.
- transition MFIdentifier
- The transition identifier (alias, guid, id).
- workflow MFIdentifier
- The workflow identifier that is expected to contain the state (alias, guid, id).
- required Boolean
- Is the reference required, or optional
- validate Boolean
- True if the validation action should be performed.