Skip to main content

Backgroundprocess

Represents details of the Background Process

creationDatestring<date-time>

When this process was created. Stored as Organization Time

Example: 2016-09-06T13:37:50+03:00
encodedKeystring

The encoded key of the entity, generated, globally unique

endDatestring<date-time>

When this process was ended. Stored as Organization Time

Example: 2016-09-06T13:37:50+03:00
startDatestring<date-time>

When this process was started. Stored as Organization Time

Example: 2016-09-06T13:37:50+03:00
statestring

Represents the execution status of a background process

Possible values: [QUEUED, IN_PROGRESS, COMPLETE, NOT_FOUND, CANCEL, TO_BE_CANCELED, TIMED_OUT, ERROR, TRANSIENT_ERROR, OVERRIDDEN, RECOVERABLE_ERROR]

Example: CANCEL
typestring

Represents type of the Background Process

Possible values: [CRON_JOBS, EARLY_MANUAL_CRON_JOBS_TRIGGER, MANUAL_CRON_JOBS_TRIGGER]

Example: CRON_JOBS
Backgroundprocess
{
"creationDate": "2016-09-06T13:37:50+03:00",
"encodedKey": "string",
"endDate": "2016-09-06T13:37:50+03:00",
"startDate": "2016-09-06T13:37:50+03:00",
"state": "CANCEL",
"type": "CRON_JOBS"
}