Type Alias OrchMeta

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

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

id: string

The unique identifier of the orchestration instance associated with this task in the scheduling service.

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

The type identifier of the orchestration system handling this task.