Disclaimer: This website requires JavaScript to function properly. Some features may not work as expected. Please enable JavaScript in your browser settings for the best experience.

Dev Guide
Dev GuideUser GuidesLegal TermsGitHubDevCommunityOptimizely AcademySubmit a ticketLog In
Dev Guide

JobInvocation

OCP App SDK / JobInvocation

JobInvocation

Index

Properties

Properties

jobId

string

A unique id generated for this job run

Defined in: src/app/Job.ts:7

parameters

ValueHash

Optional parameters that may be supplied from jobs.trigger() or the app.yml.

Default

{} (an empty hash)

Defined in: src/app/Job.ts:16

scheduledAt

Date

The time the job was scheduled. Can be used to determine if the job was delayed or has been running too long.

Defined in: src/app/Job.ts:11