ExecuteProcess 2.0.0

Bundle
org.apache.nifi | nifi-standard-nar
Description
Runs an operating system command specified by the user and writes the output of that command to a FlowFile. If the command is expected to be long-running, the Processor can output the partial data on a specified interval. When this option is used, the output is expected to be in textual format, as it typically does not make sense to split binary data on arbitrary time-based intervals.
Tags
command, external, invoke, process, script, source
Input Requirement
FORBIDDEN
Supports Sensitive Dynamic Properties
false
Properties
Dynamic Properties
Restrictions
Required Permission Explanation
execute code Provides operator the ability to execute arbitrary code assuming all permissions that NiFi has.
Relationships
Name Description
success All created FlowFiles are routed to this relationship
Writes Attributes
Name Description
command Executed command
command.arguments Arguments of the command
mime.type Sets the MIME type of the output if the 'Output MIME Type' property is set and 'Batch Duration' is not set