oro-sdk-apis 1.19.0 → 1.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
package/src/models/workflow.ts
CHANGED
|
@@ -167,6 +167,10 @@ export interface WorkflowPageData {
|
|
|
167
167
|
questions: IndexedData<QuestionData>
|
|
168
168
|
title?: string
|
|
169
169
|
triggers?: string[]
|
|
170
|
+
/**
|
|
171
|
+
* This field represents a list of `ids` which will be spliced from the workflow groups and inserted into a designated location
|
|
172
|
+
*/
|
|
173
|
+
prioritizeIds?: string[]
|
|
170
174
|
}
|
|
171
175
|
|
|
172
176
|
export interface WorkflowData {
|