abhishek bafna created OOZIE-2628:
-------------------------------------
Summary: 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
Reporter: abhishek bafna
Assignee: abhishek bafna
Fix For: 4.3.0, 4.2.0
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)