Builds the immutable map of run variables. @param logger The RunContextLogger logger @return The immutable map of variables.
(RunContextLogger logger, PropertyContext propertyContext)
| 156 | * @return The immutable map of variables. |
| 157 | */ |
| 158 | Map<String, Object> build(RunContextLogger logger, PropertyContext propertyContext); |
| 159 | } |
| 160 | |
| 161 | public record KestraConfiguration(String environment, String url) { |
no outgoing calls