Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ScheduledExecutionRecord

import type { ScheduledExecutionRecord } from "https://googleapis.deno.dev/v1/dataform:v1beta1.ts";

A record of an attempt to create a workflow invocation for this workflow config.

interface ScheduledExecutionRecord {
errorStatus?: Status;
executionTime?: Date;
workflowInvocation?: string;
}

§Properties

§
errorStatus?: Status
[src]

The error status encountered upon this attempt to create the workflow invocation, if the attempt was unsuccessful.

§
executionTime?: Date
[src]

The timestamp of this execution attempt.

§
workflowInvocation?: string
[src]

The name of the created workflow invocation, if one was successfully created. Must be in the format projects/*\/locations/*\/repositories/*\/workflowInvocations/*.