You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by "Joseph Percivall (JIRA)" <ji...@apache.org> on 2016/04/07 21:14:25 UTC

[jira] [Created] (NIFI-1744) Reporting Task ConfigurationContext doesn't expose state

Joseph Percivall created NIFI-1744:
--------------------------------------

             Summary: Reporting Task ConfigurationContext doesn't expose state
                 Key: NIFI-1744
                 URL: https://issues.apache.org/jira/browse/NIFI-1744
             Project: Apache NiFi
          Issue Type: Bug
            Reporter: Joseph Percivall
            Priority: Minor


Reporting tasks are able to access state via the ReportingContext in the onTrigger method but the parameter for the OnScheduled methods is ConfigurationContext which doesn't offer the ability to get the state manager.

This could be used if the Reporting task needed to resume from a set point after restart.

All that needs to be done is to expose the state manager in the ConfigurationContext.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)