SubgraphExecutionCompletedEvent

constructor(eventId: String, executionInfo: AgentExecutionInfo, runId: String, subgraphName: String, input: JsonElement?, output: JsonElement?, timestamp: Long = Clock.System.now().toEpochMilliseconds())(source)


constructor(runId: String, subgraphName: String, input: JsonElement?, output: JsonElement?, timestamp: Long = Clock.System.now().toEpochMilliseconds())(source)

Deprecated

Use constructor with executionInfo parameter

Replace with

SubgraphExecutionCompletedEvent(executionInfo, runId, subgraphName, input, output, timestamp)