Type Alias OrchMeta

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

Properties

Properties

attrs?: Record<string, string>
id: string

The ID of the orchestration associated with the task in the choreographer

type: 0 | 1 | 2 | 3

orchestration system type