You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.
If I set up the QueryMarklogic processor to run on a schedule, if works fine and I have results in my success queue. However, I would like this process to be triggered with a flowfile so I do not have to wait until the next scheduled time and I can use the flowfile attributes in my query.
If I create a connection from a GenerateFlowFile processor to the QueryMarkLogic processor, the QueryMarkLogic processor stops working: it does not pick up any flowfiles from the queue, and no new flowfiles in the succes or failure queue. There are no errors. How can I fix this?
The text was updated successfully, but these errors were encountered:
it looks to me like QueryMarkLogic makes use of the FlowFile, but doesn't consume it. So if there's a FlowFile, it will run a query for it, then run it again, etc.
I am almost certain this is fixed by marklogic/nifi#91 , as there was a bug in QueryML/DeleteML where the incoming FF was not being assigned a destination relationship.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If I set up the QueryMarklogic processor to run on a schedule, if works fine and I have results in my success queue. However, I would like this process to be triggered with a flowfile so I do not have to wait until the next scheduled time and I can use the flowfile attributes in my query.
If I create a connection from a GenerateFlowFile processor to the QueryMarkLogic processor, the QueryMarkLogic processor stops working: it does not pick up any flowfiles from the queue, and no new flowfiles in the succes or failure queue. There are no errors. How can I fix this?
The text was updated successfully, but these errors were encountered: