bobpaulin opened a new pull request, #69: URL: https://github.com/apache/nifi-api/pull/69
* Currently this is only implemented for processors in schedule periods * Allows connector to pass Validation Context to be used instead of current parameter context. <!-- SPDX-License-Identifier: Apache-2.0 --> # Summary [NIFI-15621](https://issues.apache.org/jira/browse/NIFI-15621) Currently Processors allow scheduling periods to be set using expressions. Validation of these configs is done directly against the parameter context which may not yet be applied. This validation can occur from the ValidationContext by passing it to the component. This way connectors can validate against working and active contexts without applying the parameter context update. # Tracking Please complete the following tracking steps prior to pull request creation. ### Issue Tracking - [ ] [Apache NiFi Jira](https://issues.apache.org/jira/browse/NIFI) issue created ### Pull Request Tracking - [ ] Pull Request title starts with Apache NiFi Jira issue number, such as `NIFI-00000` - [ ] Pull Request commit message starts with Apache NiFi Jira issue number, as such `NIFI-00000` ### Pull Request Formatting - [ ] Pull Request based on current revision of the `main` branch - [ ] Pull Request refers to a feature branch with one commit containing changes -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
