Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 822 Bytes

File metadata and controls

20 lines (18 loc) · 822 Bytes
title AIWorkflowExecutionResult
description AIWorkflowExecutionResult Schema Reference

Properties

Property Type Required Description
workflowName string
recordId string
status Enum<'success' | 'partial_success' | 'failed' | 'skipped'>
executionTime number Execution time in milliseconds
tasksExecuted integer Number of tasks executed
tasksSucceeded integer Number of tasks succeeded
tasksFailed integer Number of tasks failed
taskResults object[] optional
error string optional
startedAt string ISO timestamp
completedAt string optional ISO timestamp