Skip to content

NIFI-14405 Add capability to create dedicated Parameter Contexts when creating Process Group from file #9882

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

buczi
Copy link

@buczi buczi commented Apr 17, 2025

Summary

NIFI-14405
Some time ago improvement was added which allowed to copy Parameter Contexts for imported flows from Registries. In this PR I added a checkbox for view in which user configures Process Group imported from json template. On the backend this feature uses the same approach as this PR to copy Parameter Contexts.

Screenshot 2025-04-17 at 14 17 26

I used similar manual testing scenarios as described in the comments of NIFI-11706.

Please let me know if the documentation should also be updated, when I looked at the current version of the docs, I couldn't find a place where I should put any mentions of this change.

Tracking

Please complete the following tracking steps prior to pull request creation.

Issue Tracking

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

Verification

Please indicate the verification steps performed prior to pull request creation.

Build

  • Build completed using mvn clean install -P contrib-check
    • JDK 21

Licensing

  • New dependencies are compatible with the Apache License 2.0 according to the License Policy
  • New dependencies are documented in applicable LICENSE and NOTICE files

Documentation

  • Documentation formatting appears as expected in rendered files

@buczi buczi marked this pull request as ready for review April 17, 2025 12:49
@mcgilman mcgilman added the new ui Pull requests for work relating to the new user interface being developed. label Apr 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new ui Pull requests for work relating to the new user interface being developed.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants