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 b0d0f53 commit 6a42938Copy full SHA for 6a42938
packages/testing/src/mocking-activity-environment.ts
@@ -87,7 +87,7 @@ export const defaultActivityInfo: activity.Info = {
87
heartbeatDetails: undefined,
88
activityNamespace: 'default',
89
workflowNamespace: 'default',
90
- workflowExecution: { workflowId: 'test', runId: 'dead-beef' },
+ workflowExecution: { workflowId: 'test', runId: '00000000-0000-0000-0000-000000000000' },
91
scheduledTimestampMs: 1,
92
startToCloseTimeoutMs: 1000,
93
scheduleToCloseTimeoutMs: 1000,
0 commit comments