⚡ Add execution ID to queue processes for clarification (#2168)
* Add execution ID to queue processes for clarification * ⚡ Display correct execution ID Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
This commit is contained in:
@@ -357,7 +357,7 @@ export class WorkflowRunner {
|
||||
try {
|
||||
job = await this.jobQueue.add(jobData, jobOptions);
|
||||
|
||||
console.log(`Started with ID: ${job.id.toString()}`);
|
||||
console.log(`Started with job ID: ${job.id.toString()} (Execution ID: ${executionId})`);
|
||||
|
||||
hooks = WorkflowExecuteAdditionalData.getWorkflowHooksWorkerMain(
|
||||
data.executionMode,
|
||||
|
||||
Reference in New Issue
Block a user