GetWorkflowExecutionJobGraphResponse: {
    completedAt?: string | null;
    conclusion: WorkflowExecutionConclusion | null;
    createdBy: UserResponse;
    id: string;
    startedAt?: string | null;
    status: WorkflowExecutionStatus;
    workflow?: WorkflowResponse2 | null;
}

Type declaration