rez_core 5.0.308 → 5.0.310
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/dist/module/workflow-automation/service/schedule-handler.service.js +1 -1
- package/dist/module/workflow-automation/service/schedule-handler.service.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/module/workflow-automation/service/schedule-handler.service.ts +1 -1
package/package.json
CHANGED
|
@@ -128,7 +128,7 @@ export class ScheduleHandlerService {
|
|
|
128
128
|
|
|
129
129
|
// Parse the workflow event JSON again to get filter/action info
|
|
130
130
|
const filter = workflow.criteria_filter_code;
|
|
131
|
-
const mappedEntityType = workflow.
|
|
131
|
+
const mappedEntityType = workflow.mapped_entity_type;
|
|
132
132
|
|
|
133
133
|
const matchedEntities: any[] = [];
|
|
134
134
|
|