You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Shwetha G S (JIRA)" <ji...@apache.org> on 2014/08/19 07:06:18 UTC

[jira] [Commented] (FALCON-611) Post process arg status is in 'FAILED' state always

    [ https://issues.apache.org/jira/browse/FALCON-611?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14101855#comment-14101855 ] 

Shwetha G S commented on FALCON-611:
------------------------------------

Didn't  
{code}
<arg>${wf:lastErrorNode() == null ? 'SUCCEEDED' : 'FAILED'}</arg> 
{code}
work? I tested this on my box and seemed to work correctly

> Post process arg status is in 'FAILED' state always
> ---------------------------------------------------
>
>                 Key: FALCON-611
>                 URL: https://issues.apache.org/jira/browse/FALCON-611
>             Project: Falcon
>          Issue Type: Bug
>    Affects Versions: 0.6
>            Reporter: Venkatesh Seetharam
>            Assignee: Venkatesh Seetharam
>             Fix For: 0.6
>
>         Attachments: FALCON-611.patch
>
>
> When testing FALCON-583, I found that the status for succeeded post processing results in FAILED value always.
> Somehow, the EL {code}<arg>${wf:lastErrorNode() == '' ? 'SUCCEEDED' : 'FAILED'}</arg> {code} always evaluates to false. 
> However, I have tested by adding code to add the appropriate status which works.



--
This message was sent by Atlassian JIRA
(v6.2#6252)