You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Harish Thilliyambur Krishnan (JIRA)" <ji...@apache.org> on 2012/07/13 21:11:34 UTC

[jira] [Created] (OOZIE-910) Allow users to execute a particular action in a sub-workflow

Harish Thilliyambur Krishnan created OOZIE-910:
--------------------------------------------------

             Summary: Allow users to execute a particular action in a sub-workflow
                 Key: OOZIE-910
                 URL: https://issues.apache.org/jira/browse/OOZIE-910
             Project: Oozie
          Issue Type: Improvement
          Components: action, workflow
    Affects Versions: 3.2.0
            Reporter: Harish Thilliyambur Krishnan
             Fix For: 3.2.1


In a sub-workflow, users must be able to execute a particular action by passing parameters through the job.properties.
One possible solution that I thought might work was the modify the xsd for START

<xs:complexType name="START">
        <!-- <xs:attribute name="to" type="workflow:IDENTIFIER" use="required"/> -->
        <xs:attribute name="to" type="xs:string" use="required"/>
</xs:complexType>

Not sure if this will work. Just a suggestion.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira