We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
workflowExecution.runId
MockActivityEnvironment
1 parent caae0a4 commit e02751fCopy full SHA for e02751f
packages/testing/src/mocking-activity-environment.ts
@@ -81,7 +81,7 @@ export const defaultActivityInfo: activity.Info = {
81
heartbeatDetails: undefined,
82
activityNamespace: 'default',
83
workflowNamespace: 'default',
84
- workflowExecution: { workflowId: 'test', runId: 'dead-beef' },
+ workflowExecution: { workflowId: 'test', runId: '00000000-0000-0000-0000-000000000000' },
85
scheduledTimestampMs: 1,
86
startToCloseTimeoutMs: 1000,
87
scheduleToCloseTimeoutMs: 1000,
0 commit comments