Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

NiFi: Cannot map Input port to processor ExecuteProcess

avatar
Expert Contributor

I have a process group and from the input port, I just could not link to the ExecuteProcess processor. Can you please advise on any specific reason for that?

1 ACCEPTED SOLUTION

avatar

ExecuteProcess doesn't take input. It is a source of data (e.g. from that process).

What you're looking for is ExecuteStreamCommand, which allows for passing in a flowfile and evaluate attributes dynamically: https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi.processors.standard.ExecuteStreamC...

View solution in original post

1 REPLY 1

avatar

ExecuteProcess doesn't take input. It is a source of data (e.g. from that process).

What you're looking for is ExecuteStreamCommand, which allows for passing in a flowfile and evaluate attributes dynamically: https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi.processors.standard.ExecuteStreamC...