Interface WorkflowExecutionCompletedAttributes

interface WorkflowExecutionCompletedAttributes {
    kind: "workflow_execution_completed";
    result?: any;
}

Properties

Properties

kind
result?: any