Interface ChildWorkflowExecutionStartedAttributes

interface ChildWorkflowExecutionStartedAttributes {
    awaited: boolean;
    child_workflow_id: string;
    execution_index: number;
    input?: any;
    kind: "child_workflow_execution_started";
    timeline_key: string;
}

Properties

awaited: boolean
child_workflow_id: string
execution_index: number
input?: any
kind
timeline_key: string