SourceJobInvocation
OCP App SDK / SourceJobInvocation
Interface: SourceJobInvocation
Defined in: src/app/SourceJob.ts:4
Properties
dataSyncId
dataSyncId:
string
Defined in: src/app/SourceJob.ts:22
The data sync id.
jobId
jobId:
string
Defined in: src/app/SourceJob.ts:8
A unique id generated for this job run
parameters
parameters:
ValueHash
Defined in: src/app/SourceJob.ts:18
Optional parameters that may be supplied from jobs.trigger() or the app.yml.
Default
{} (an empty hash)
scheduledAt
scheduledAt:
Date
Defined in: src/app/SourceJob.ts:13
The time the job was scheduled.
Can be used to determine if the source job was delayed or has been running too long.
Updated 3 days ago