You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Shwetha G S (JIRA)" <ji...@apache.org> on 2016/12/02 10:26:58 UTC

[jira] [Updated] (OOZIE-2628) Fix Workflow EL function return types in Documentation

     [ https://issues.apache.org/jira/browse/OOZIE-2628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shwetha G S updated OOZIE-2628:
-------------------------------
    Fix Version/s:     (was: 4.2.0)

> Fix Workflow EL function return types in Documentation
> ------------------------------------------------------
>
>                 Key: OOZIE-2628
>                 URL: https://issues.apache.org/jira/browse/OOZIE-2628
>             Project: Oozie
>          Issue Type: Bug
>          Components: docs
>    Affects Versions: 4.2.0
>            Reporter: Abhishek Bafna
>            Assignee: Abhishek Bafna
>             Fix For: 4.3.0
>
>         Attachments: OOZIE-2628-00.patch
>
>
> These workflow EL functions return type is documented as {{int}} where as they return {{String}}.
> {noformat}
> int wf:actionExternalId(String node)
> It returns the external Id for an action node, or an empty string if the action has not being executed or it has not completed yet.
> int wf:actionTrackerUri(String node)
> It returns the tracker URI for an action node, or an empty string if the action has not being executed or it has not completed yet.
> int wf:actionExternalStatus(String node)
> It returns the external status for an action node, or an empty string if the action has not being executed or it has not completed yet.
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)