Type Alias MeshFlowChildErrorType

MeshFlowChildErrorType: {
    arguments: string[];
    await?: boolean;
    backoffCoefficient?: number;
    expire?: number;
    index: number;
    maximumAttempts?: number;
    maximumInterval?: number;
    originJobId: string | null;
    parentWorkflowId: string;
    persistent?: boolean;
    signalIn?: boolean;
    workflowDimension: string;
    workflowId: string;
    workflowTopic: string;
}