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.
1 parent c51031a commit b52fd9fCopy full SHA for b52fd9f
src/utils/data-formatters/schema/history-event-schema.ts
@@ -29,7 +29,7 @@ const parentExecutionInfoSchema = z.object({
29
domainId: z.string(),
30
domainName: z.string(),
31
workflowExecution: workflowExecutionSchema.nullable(),
32
- initiatedId: z.string(),
+ initiatedId: z.coerce.string(),
33
});
34
35
const taskListSchema = z.object({
@@ -178,7 +178,7 @@ const activityTypeSchema = z.object({
178
179
const externalExecutionInfoSchema = z.object({
180
181
182
183
184
const historyEventBaseSchema = z.object({
0 commit comments