[
https://issues.apache.org/jira/browse/NIFI-4815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16342061#comment-16342061
]
ASF GitHub Bot commented on NIFI-4815:
--------------------------------------
Github user MikeThomsen commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2432#discussion_r164268334
--- Diff:
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestExecuteProcess.java
---
@@ -127,6 +128,10 @@ public void validateProcessInterruptOnStop() throws
Exception {
fail();
}
+ final List<MockFlowFile> flowFiles =
runner.getFlowFilesForRelationship(ExecuteProcess.REL_SUCCESS);
+ if(!flowFiles.isEmpty()) {
--- End diff --
Nit: there should be a space between the if and the (
> Add EL support to ExecuteProcess
> --------------------------------
>
> Key: NIFI-4815
> URL: https://issues.apache.org/jira/browse/NIFI-4815
> Project: Apache NiFi
> Issue Type: Improvement
> Components: Extensions
> Reporter: Pierre Villard
> Assignee: Pierre Villard
> Priority: Major
>
> ExecuteProcess does not support EL for 'command' and 'working dir'
> properties. That would be useful when promoting workflows between
> environments.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)