Disclaimer: This website requires Please enable JavaScript in your browser settings for the best experience.

Dev Guide
Dev GuideUser GuidesGitHubDev CommunityOptimizely AcademySubmit a ticketLog In
Dev Guide

SourceJobInvocation

OCP App SDK


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.