oro-sdk-apis 6.1.0 → 6.3.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
@@ -320,6 +320,11 @@ export interface WorkflowData {
|
|
320
320
|
*/
|
321
321
|
extendingWorkflow?: string
|
322
322
|
|
323
|
+
/**
|
324
|
+
* (optional) the extending referenced workflows `createdAt` timestamp
|
325
|
+
*/
|
326
|
+
extendingWorkflowTimestamp?: string
|
327
|
+
|
323
328
|
/**
|
324
329
|
* (optional) rules for the extension of another workflow
|
325
330
|
*/
|