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