Interface ChildWorkflowExecutionCompletedAttributes

interface ChildWorkflowExecutionCompletedAttributes {
    child_workflow_id: string;
    execution_index: number;
    initiated_event_id?: number;
    kind: "child_workflow_execution_completed";
    result?: any;
    timeline_key: string;
}

Properties

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