sardell commented on a change in pull request #5666:
URL: https://github.com/apache/nifi/pull/5666#discussion_r816220189



##########
File path: 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/webapp/js/nf/canvas/nf-processor-configuration.js
##########
@@ -333,7 +367,11 @@
         }
 
         // relationships
-        processorConfigDto['autoTerminatedRelationships'] = 
marshalRelationships();
+        processorConfigDto['autoTerminatedRelationships'] = 
marshalRelationships('terminate');
+        processorConfigDto['retriedRelationships'] = 
marshalRelationships('retry');

Review comment:
       @mcgilman Thanks for pointing this out. I added this bit of logic to 
only send retry-associated values in the payload if a relationship is selected 
for retry: 
https://github.com/apache/nifi/pull/5666/files#diff-ddf6a79c16963065d09b6e220fade7bcc444a155b0f3a91e6585f097440ad112R376-R380




-- 
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]


Reply via email to