invokeOnSubgraphExecutionStarting
abstract suspend fun invokeOnSubgraphExecutionStarting(eventContext: SubgraphExecutionStartingContext)(source)
Invoked when the execution of a subgraph is starting. This method allows you to perform actions or initialize resources necessary for the subgraph execution process.
Parameters
eventContext
The context associated with the start of the subgraph execution. Contains relevant details such as metadata and configuration for the current subgraph execution.