[
https://issues.apache.org/jira/browse/NIFI-13318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17904633#comment-17904633
]
ASF subversion and git services commented on NIFI-13318:
--------------------------------------------------------
Commit 0271e926eba51563e52ceceff393c382b37c4582 in nifi's branch
refs/heads/main from Scott Aslan
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=0271e926eb ]
[NIFI-13318] processor stop and configure UX (#9548)
* [NIFI-13318] processor stop and configure UX
* handle invalid run status
* display validation errors
* invalid icon and tooltip alternative placement
* remove validation errors tooltip, move invalid icon into status button,
update edit processor entity and readonly updates
* restore MAT_DIALOG_DATA and only enable/disable form controls via api
* clean up
* only allow updates by current client and poll until stopped and no active
threads
* update menu options to display when available
* display processor bulletins
* align dialog header text and run status button
* update filter for incoming updated entities and submit appropriate revision
on run status changes
* disable button when stopping
* code clean up
* update method name
* update error message
* update types
* add types and cleanup
* move run status action button
* review feedback
* update run status action button to consider when user cannot operate processor
* update to also handle disabled run status when user does not have operate
* clean up pollingProcessor
* disable button when stopping
* prettier
* prettier
* readd thread count
* poll when necessary
This closes #9548
> Add support to Stop and Configure from Processor Configuration
> --------------------------------------------------------------
>
> Key: NIFI-13318
> URL: https://issues.apache.org/jira/browse/NIFI-13318
> Project: Apache NiFi
> Issue Type: Sub-task
> Reporter: Matt Gilman
> Assignee: Scott Aslan
> Priority: Major
> Time Spent: 3h 20m
> Remaining Estimate: 0h
>
> While a Processor is running, the configuration dialog is shown in read only
> form. When the user wants to make configuration changes, they need to stop
> the component and wait for active threads to stop before they can open the
> Edit dialog.
> This Jira is tracking the introduction of being able to stop the running
> Processor and automatically have the Edit dialog being opened to reduce the
> interaction and number of clicks needed to stop the component manually.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)