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.

Is there any way to execute a PHP script using ExecuteScript processor in NiFi or are there any other processor to achieve this?

avatar
New Member
 
1 ACCEPTED SOLUTION

avatar

The ExecuteScript processor does not support PHP. However, you can use ExecuteProcess or ExecuteStreamCommand to run the php command line application to execute a script.

View solution in original post

1 REPLY 1

avatar

The ExecuteScript processor does not support PHP. However, you can use ExecuteProcess or ExecuteStreamCommand to run the php command line application to execute a script.