Enum Reference

WorkflowDeploymentStatus

The deployment status of a Workflow or WorkflowDeployment.

ValueDescription
PENDINGThe deployment has been submitted but is not yet confirmed onchain.
FAILEDThe deployment failed. See the deployment's errorMessage field for detail.
ACTIVEThe workflow is deployed and actively executing.
PAUSEDThe workflow is deployed but paused; it will not execute until reactivated.
DELETEDThe workflow has been deleted from the Workflow Registry.

WorkflowExecutionStatus

The status of a WorkflowExecution.

ValueDescription
UNKNOWNThe execution's status could not be determined.
UNSPECIFIEDNo status has been set for this execution.
TRIGGEREDThe execution has been triggered but has not yet started processing.
IN_PROGRESSThe execution is currently running.
SUCCESSThe execution completed successfully.
FAILUREThe execution terminated because of an error. See the execution's errors field for detail.

WorkflowExecutionClassifiedStatus

A more granular classification of a finished execution's outcome, distinguishing who or what caused a failure.

ValueDescription
UNSPECIFIEDNo classification has been set.
SUCCESSThe execution completed successfully.
USER_ERRORThe execution failed because of an error in the workflow's own logic or configuration.
SYSTEM_ERRORThe execution failed because of an error in the CRE platform or DON infrastructure, not the workflow itself.

SortingOrder

Sort direction, used by the orderBy argument on list queries.

ValueDescription
ASCAscending order.
DESCDescending order.

WorkflowOrderByField

Fields that workflows can sort by.

ValueDescription
NAMESort by workflow name.
STATUSSort by deployment status.
EXECUTED_ATSort by the time of the workflow's last execution.

WorkflowDeploymentOrderByField

Fields that workflowDeployments can sort by.

ValueDescription
WORKFLOW_IDSort by the onchain workflow identifier.
DEPLOYED_ATSort by the time the deployment was created.

WorkflowExecutionOrderByField

Fields that workflowExecutions can sort by.

ValueDescription
IDSort by execution ID.
STATUSSort by execution status.
STARTED_ATSort by the time the execution started.
CREDIT_USEDSort by credits consumed.

OrganizationRestrictionStatus

The access level of an Organization.

ValueDescription
GATEDThe organization has limited access pending closed-beta approval.
FULL_ACCESSThe organization has full platform access.

EntityActiveStatus

Whether an entity such as an organization or API key is active or has been removed.

ValueDescription
ACTIVEThe entity is active.
DELETEDThe entity has been deleted or deactivated.

MemberType

The role of an OrganizationAccount.

ValueDescription
ROOTThe organization's root/owner account.
ADMINAn account with administrative permissions.

MemberStatus

The invitation/membership state of an OrganizationAccount.

ValueDescription
INVITEDThe account has been invited but hasn't joined yet.
JOINEDThe account has joined the organization.
REMOVEDThe account has been removed from the organization.

RegistryType

The kind of a Registry returned by getTenantConfig.

ValueDescription
ON_CHAINThe registry is an onchain contract.
OFF_CHAINThe registry is a Chainlink-hosted offchain registry.

SecretsAuthFlow

A secrets authentication flow supported by a Registry.

ValueDescription
BROWSERSecrets are authorized through an interactive browser flow.
OWNER_KEY_SIGNINGSecrets are authorized by signing with the workflow owner's key.

Get the latest Chainlink content straight to your inbox.