SubgraphExecutionCompletedEvent
data class SubgraphExecutionCompletedEvent(val eventId: String, val executionInfo: AgentExecutionInfo, val runId: String, val subgraphName: String, val input: JSONElement?, val output: JSONElement?, val timestamp: Long = Clock.System.now().toEpochMilliseconds()) : DefinedFeatureEvent(source)
Represents an event triggered when the execution of a specific subgraph completes.
Constructors
Link copied to clipboard
constructor(eventId: String, executionInfo: AgentExecutionInfo, runId: String, subgraphName: String, input: JSONElement?, output: JSONElement?, timestamp: Long = Clock.System.now().toEpochMilliseconds())