We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
workflowExecution.runId
MockActivityEnvironment
1 parent 58df441 commit 1f72e70Copy full SHA for 1f72e70
1 file changed
packages/testing/src/index.ts
@@ -422,7 +422,7 @@ export const defaultActivityInfo: activity.Info = {
422
heartbeatDetails: undefined,
423
activityNamespace: 'default',
424
workflowNamespace: 'default',
425
- workflowExecution: { workflowId: 'test', runId: 'dead-beef' },
+ workflowExecution: { workflowId: 'test', runId: '00000000-0000-0000-0000-000000000000' },
426
scheduledTimestampMs: 1,
427
startToCloseTimeoutMs: 1000,
428
scheduleToCloseTimeoutMs: 1000,
0 commit comments