8495 workflow display relevant columns in workflow related tables (#8502)

## After
### Workflows

![image](https://github.com/user-attachments/assets/535e0ff5-1276-41b9-aa52-d66150cd85ae)
### WorkflowRuns

![image](https://github.com/user-attachments/assets/8a7e076b-53ec-4b72-97d8-41bd77ed59ac)
### WorkflowVersions

![image](https://github.com/user-attachments/assets/7d2566b2-e6ea-4a3a-8e88-0f6850203219)

## Change Created By into Executed By in workflowRuns

![image](https://github.com/user-attachments/assets/b90b7a07-a4bc-4bd2-b7f5-ab7d2ae6ee45)
This commit is contained in:
martmull
2024-11-15 11:13:36 +01:00
committed by GitHub
parent a2a272fed4
commit 4f99b8eea1
10 changed files with 104 additions and 15 deletions

View File

@ -445,6 +445,7 @@ export const WORKFLOW_STANDARD_FIELD_IDS = {
eventListeners: '20202020-0229-4c66-832e-035c67579a38',
favorites: '20202020-c554-4c41-be7a-cf9cd4b0d512',
timelineActivities: '20202020-906e-486a-a798-131a5f081faf',
createdBy: '20202020-6007-401a-8aa5-e6f48581a6f3',
};
export const WORKFLOW_RUN_STANDARD_FIELD_IDS = {