Interface WorkflowExecutionStartedAttributes

interface WorkflowExecutionStartedAttributes {
    input?: any;
    kind: "workflow_execution_started";
    task_queue: string;
    workflow_type: string;
}

Properties

input?: any
kind
task_queue: string
workflow_type: string