interface TaskCreateRequest {
    description?: string;
    flux: string;
    org?: string;
    orgID?: string;
    status?: TaskStatusType;
}

Properties

description?: string

An optional description of the task.

flux: string

The Flux script to run for this task.

org?: string

The name of the organization that owns this Task.

orgID?: string

The ID of the organization that owns this Task.

MMNEPVFCICPMFPCPTTAAATR