Type Alias OrchMeta

type OrchMeta = {
    attrs?: Record<string, string>;
    id: string;
    lastRun?: OrchRunBase;
    type: 0 | 1 | 2 | 3;
}
Index

Properties

Properties

attrs?: Record<string, string>

Additional attributes of the orchestration instance associated with this task in the scheduling service.

id: string
lastRun?: OrchRunBase
type: 0 | 1 | 2 | 3