SubgraphExecutionCompletedEvent
data class SubgraphExecutionCompletedEvent(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(runId: String, subgraphName: String, input: JsonElement?, output: JsonElement?, timestamp: Long = Clock.System.now().toEpochMilliseconds())