After updating to 0.11.0, my code steps work fine while in the builder and testing them each individually, but once I try to test the full flow or publish and run it. my docker container crashes with this error:
ActivepiecesError: VALIDATION
at <anonymous> (webpack:///src/app/workers/flow-worker/flow-worker.ts:308:19)
at Generator.next (<anonymous>)
at /usr/src/app/dist/packages/backend/node_modules/tslib/tslib.js:169:75
at new Promise (<anonymous>)
at Object.__awaiter (/usr/src/app/dist/packages/backend/node_modules/tslib/tslib.js:165:16)
at getCodeStepsWithoutLock (webpack:///src/app/workers/flow-worker/flow-worker.ts:301:86)
at <anonymous> (webpack:///src/app/workers/flow-worker/flow-worker.ts:294:16)
at Generator.next (<anonymous>)
at fulfilled (/usr/src/app/dist/packages/backend/node_modules/tslib/tslib.js:166:62)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
error: {
code: 'VALIDATION',
params: {
message: 'Missing artifactSourceId for code step vtixIq1aIpUHvqiEdbnLu'
}
}
}
Node.js v18.17.1
I’ve got AP running on prod mode with postgres and redis as db’s
Edit: I’ve downgraded back to 0.10.1 since that seems to fix the issue