getTriggerExecutor method
Get a TriggerExecutor based on the studyDeploymentId and triggerId.
Returns null if not found.
Implementation
TriggerExecutor? getTriggerExecutor(
String studyDeploymentId,
int triggerId,
) => _triggerExecutors[studyDeploymentId]?[triggerId];