WorkflowDependencyType Class

Definition

Type of workflow dependency.

public ref class WorkflowDependencyType abstract sealed
public static class WorkflowDependencyType
type WorkflowDependencyType = class
Public Class WorkflowDependencyType
Inheritance
WorkflowDependencyType

Fields

ArgumentEntityImage

A dependency on an argument entity image. Value = 9.

AttributeDefinition

A dependency on an attribute definition. Value = 8.

CustomEntityDefinition

A dependency on a custom entity definition. Value = 7.

LocalParameter

A dependency on a local parameter. Value = 2.

PrimaryEntityImage

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.

PrimaryEntityPostImage

A dependency on a primary entity post image. Value = 5.

PrimaryEntityPreImage

A dependency on a primary entity pre image. Value = 4.

RelatedEntityImage

A dependency on a related entity image. Value = 6.

SdkAssociation

A dependency on an SDK association. Value = 1.

Applies to