The content for task plan that only executes once

interface OneTimeTaskContent {
    assetName: string;
    firstScheduleDate: string;
    inputs?: Dict;
    name: string;
    taskType: TaskType;
}

Hierarchy (view full)

Properties

assetName: string

flow name or script name

firstScheduleDate: string

first schedule time, e.g. 2019-09-12 00:00:00

inputs?: Dict

if corresponding flow or script has inputs, pass inputs map

name: string

name of the task plan

taskType: TaskType

specify the type of the task