Skip to content

Class TenantGovernanceActionWorkflowOutcomes

Namespace: Cephalon.MultiTenancy.Governance.Services
Assembly: Cephalon.MultiTenancy.Governance.dll

Defines built-in tenant-governance action workflow transition outcomes.

public static class TenantGovernanceActionWorkflowOutcomes

objectTenantGovernanceActionWorkflowOutcomes

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

The matching tenant-governance action has a different action kind.

public const string ActionKindMismatch = "action-kind-mismatch"

string

The workflow transition updated an existing tenant-governance action.

public const string Applied = "applied"

string

The workflow transition created a new tenant-governance action.

public const string Created = "created"

string

Tenant-governance action workflow execution is disabled.

public const string Disabled = "disabled"

string

The requested workflow transition is not valid from the current action status.

public const string InvalidTransition = "invalid-transition"

string

No tenant-governance action matched the supplied identifiers.

public const string NotFound = "not-found"

string

The requested workflow transition could not be persisted.

public const string StoreFailed = "store-failed"

string

The matching tenant-governance action has a different subject boundary.

public const string SubjectMismatch = "subject-mismatch"

string

The matching tenant-governance action belongs to a different tenant.

public const string TenantMismatch = "tenant-mismatch"

string