Pass user_id to manual exec props

This commit is contained in:
Iván Ovejero 2022-09-07 11:19:37 +02:00
parent 3c05d18d68
commit 67e49d577d

View file

@ -185,6 +185,7 @@ export class InternalHooksClass implements IInternalHooksClass {
}
const manualExecEventProperties: ITelemetryTrackProperties = {
user_id: userId,
workflow_id: workflow.id.toString(),
status: properties.success ? 'success' : 'failed',
error_message: properties.error_message as string,