Skip to content

Class: code

Job processors provide logic to process jobs in bulk. You cannot create these with the Vault Java SDK. You may see Vault-supplied Jobs here which work to deliver various features.

AttributeMetadataDescription
labelType: String
Max length: 60
UI-friendly string in the Vault’s base language.
activeType: BooleanIndicates whether the component is active.
admin_cancellableType: BooleanRead-only. If true, the job processor allows the cancellation of job instances. Only job instances which are SCHEDULED, QUEUED, or QUEUEING can be cancelled. Jobs which are actively RUNNING cannot be cancelled.
admin_configurableType: BooleanIf true, the job processor is available to be called with custom SDK code or by configuration by an Admin as a Job Definition in the Vault UI.
checksumType: String
Max length: 1500
Used to check data for errors.
idempotentType: BooleanIf true, Vault automatically restarts the job if interrupted by a system failure.
source_codeType: SdkCode
Max length: 1048576
The source code of this SDK job. Standard indicates a Vault-supplied, read-only job.
visibleType: BooleanIf true, the job appears in the Scheduled, Running, and History tables in the Job Admin UI.
OperationSupport
Create
Recreate
Alter
Drop
Rename
Describe
Generate Recreate
Queryable