PutWorkflowExecutionWorkflowStepRequest: {
    cliState?: object;
    completedAt?: string | null;
    conclusion?: WorkflowExecutionConclusion | null;
    log?: string | null;
    reference: string;
    startedAt?: string | null;
    status: WorkflowExecutionStatus;
}

Type declaration