Type Alias MeshFlowProxyErrorType
MeshFlowProxyErrorType: {
activityName: string;
arguments: string[];
backoffCoefficient?: number;
expire?: number;
index: number;
maximumAttempts?: number;
maximumInterval?: number;
originJobId: string | null;
parentWorkflowId: string;
workflowDimension: string;
workflowId: string;
workflowTopic: string;
}