Support workflows in record page layouts (#15471)
https://github.com/user-attachments/assets/275a02a3-7054-45d1-9423-75bb5223a8ba
This commit is contained in:
committed by
GitHub
parent
09c704c8bd
commit
5f0d24798a
@@ -4419,7 +4419,10 @@ export enum WidgetType {
|
||||
RICH_TEXT = 'RICH_TEXT',
|
||||
TASKS = 'TASKS',
|
||||
TIMELINE = 'TIMELINE',
|
||||
VIEW = 'VIEW'
|
||||
VIEW = 'VIEW',
|
||||
WORKFLOW = 'WORKFLOW',
|
||||
WORKFLOW_RUN = 'WORKFLOW_RUN',
|
||||
WORKFLOW_VERSION = 'WORKFLOW_VERSION'
|
||||
}
|
||||
|
||||
export type WorkerQueueMetrics = {
|
||||
|
||||
Reference in New Issue
Block a user