Class TenantGovernanceActionWorkflowOutcomes
Namespace: Cephalon.MultiTenancy.Governance.Services
Assembly: Cephalon.MultiTenancy.Governance.dll
Defines built-in tenant-governance action workflow transition outcomes.
public static class TenantGovernanceActionWorkflowOutcomesInheritance
Section titled “Inheritance”object ← TenantGovernanceActionWorkflowOutcomes
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Fields
Section titled “Fields”ActionKindMismatch
Section titled “ ActionKindMismatch”The matching tenant-governance action has a different action kind.
public const string ActionKindMismatch = "action-kind-mismatch"Field Value
Section titled “Field Value”Applied
Section titled “ Applied”The workflow transition updated an existing tenant-governance action.
public const string Applied = "applied"Field Value
Section titled “Field Value”Created
Section titled “ Created”The workflow transition created a new tenant-governance action.
public const string Created = "created"Field Value
Section titled “Field Value”Disabled
Section titled “ Disabled”Tenant-governance action workflow execution is disabled.
public const string Disabled = "disabled"Field Value
Section titled “Field Value”InvalidTransition
Section titled “ InvalidTransition”The requested workflow transition is not valid from the current action status.
public const string InvalidTransition = "invalid-transition"Field Value
Section titled “Field Value”NotFound
Section titled “ NotFound”No tenant-governance action matched the supplied identifiers.
public const string NotFound = "not-found"Field Value
Section titled “Field Value”StoreFailed
Section titled “ StoreFailed”The requested workflow transition could not be persisted.
public const string StoreFailed = "store-failed"Field Value
Section titled “Field Value”SubjectMismatch
Section titled “ SubjectMismatch”The matching tenant-governance action has a different subject boundary.
public const string SubjectMismatch = "subject-mismatch"Field Value
Section titled “Field Value”TenantMismatch
Section titled “ TenantMismatch”The matching tenant-governance action belongs to a different tenant.
public const string TenantMismatch = "tenant-mismatch"