feat(docker-compose): add worker as service

This commit is contained in:
Ali BARIN
2022-09-07 23:02:20 +02:00
parent 3755a3ce4c
commit 29a9338ad7
6 changed files with 34 additions and 3 deletions

View File

@@ -4,7 +4,6 @@ import Base from './base';
import Step from './step';
import Execution from './execution';
import Telemetry from '../helpers/telemetry';
import { IExecution } from '@automatisch/types';
class Flow extends Base {
id!: string;