SubgraphExecutionStartingEvent

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


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

Deprecated

Use constructor with executionInfo parameter

Replace with

SubgraphExecutionStartingEvent(executionInfo, runId, subgraphName, input, timestamp)