Interface ChildWorkflowExecutionFailedAttributes

interface ChildWorkflowExecutionFailedAttributes {
    child_workflow_id: string;
    execution_index: number;
    failure?: any;
    initiated_event_id?: number;
    kind: "child_workflow_execution_failed";
    timeline_key: string;
}

Properties

child_workflow_id: string
execution_index: number
failure?: any
initiated_event_id?: number
kind
timeline_key: string