missed a bit
This commit is contained in:
parent
32b0e34b66
commit
0a27087f5c
|
@ -11,7 +11,7 @@ import { replaceFakeBindings } from "../automations/loopUtils"
|
|||
import { dataFilters, helpers, utils } from "@budibase/shared-core"
|
||||
import { default as AutomationEmitter } from "../events/AutomationEmitter"
|
||||
import { generateAutomationMetadataID, isProdAppID } from "../db/utils"
|
||||
import { definitions as triggerDefs } from "../../../shared-core/src/automations/triggers"
|
||||
import { automations } from "@budibase/shared-core"
|
||||
import { AutomationErrors, MAX_AUTOMATION_RECURRING_ERRORS } from "../constants"
|
||||
import { storeLog } from "../automations/logging"
|
||||
import {
|
||||
|
@ -50,7 +50,7 @@ import env from "../environment"
|
|||
import tracer from "dd-trace"
|
||||
|
||||
threadUtils.threadSetup()
|
||||
const CRON_STEP_ID = triggerDefs.CRON.stepId
|
||||
const CRON_STEP_ID = automations.triggers.definitions.CRON.stepId
|
||||
const STOPPED_STATUS = { success: true, status: AutomationStatus.STOPPED }
|
||||
|
||||
function getLoopIterations(loopStep: LoopStep) {
|
||||
|
|
Loading…
Reference in New Issue