We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bf2e69 commit 587d44aCopy full SHA for 587d44a
1 file changed
apps/sim/executor/execution/block-executor.ts
@@ -221,8 +221,6 @@ export class BlockExecutor {
221
if (ChildWorkflowError.isChildWorkflowError(error)) {
222
errorOutput.childTraceSpans = error.childTraceSpans
223
errorOutput.childWorkflowName = error.childWorkflowName
224
- } else if (error && typeof error === 'object' && 'childTraceSpans' in error) {
225
- errorOutput.childTraceSpans = (error as any).childTraceSpans
226
}
227
228
this.state.setBlockOutput(node.id, errorOutput, duration)
0 commit comments