We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c52349 commit 7fdb02dCopy full SHA for 7fdb02d
packages/core/core-flows/src/settings/workflows/batch-property-labels.ts
@@ -84,12 +84,17 @@ const conditionallyDeletePropertyLabels = (
84
})
85
)
86
87
+/**
88
+ * Workflow ID for batch property labels workflow.
89
+ *
90
+ * @since 2.13.7
91
+ */
92
export const batchPropertyLabelsWorkflowId = "batch-property-labels"
93
94
/**
95
* This workflow creates, updates, or deletes property labels in batch.
96
*
- * @since 2.13.2
97
98
* @featureFlag view_configurations
99
*/
100
export const batchPropertyLabelsWorkflow = createWorkflow(
0 commit comments