WorkflowDependencyType.PrimaryEntityImage Field

Definition

PrimaryEntityImage depends on the operation that triggered the workflow and can also change over time.

For Delete operation, the value is the same as PrimaryEntityPreImage. For Create/Update operation, the initial value is the same as PrimaryEntityPostImage. When workflow is restarted after wait or delay activity, the value is refreshed with the latest state of the primary entity in the database.

public: int PrimaryEntityImage = 3;
public const int PrimaryEntityImage = 3;
val mutable PrimaryEntityImage : int
Public Const PrimaryEntityImage As Integer  = 3

Field Value

Value = 3

Applies to