Share via


Workflow.Validate Method

Definition

Overloads

Validate()

Validate the WorkFlow

Validate(Boolean)

Validate the WorkFlow

Validate()

Validate the WorkFlow

public void Validate ();
member this.Validate : unit -> unit
Public Sub Validate ()

Applies to

Validate(Boolean)

Validate the WorkFlow

public virtual void Validate (bool expectEmptyActions);
abstract member Validate : bool -> unit
override this.Validate : bool -> unit
Public Overridable Sub Validate (expectEmptyActions As Boolean)

Parameters

expectEmptyActions
Boolean

Allow Actions to be empty

Applies to