https://issues.apache.org/jira/browse/OOZIE-910
I created in JIRA earlier today.
I modified xsd and i'm getting an error message
Error: E0708 : E0708: Invalid transition, node [::start::] transition
[${firstHop}]
Trying to debug this.
Thanks & Regards,
Harish.T.K
On Fri, Jul 13, 2012 at 11:59 AM, Harish Krishnan <
[email protected]> wrote:
> I modified the xsd. But the changes doesn't seem to be reflected.
> How do i build everything so my xsd changes are propagated?
>
> Thanks & Regards,
> Harish.T.K
>
>
>
> On Fri, Jul 13, 2012 at 10:19 AM, Mona Chitnis <[email protected]>wrote:
>
>> Good point Harish!
>>
>> --
>> Mona Chitnis
>>
>>
>>
>>
>> On 7/13/12 10:05 AM, "Harish Krishnan" <[email protected]>
>> wrote:
>>
>> >Hi,
>> >
>> >I was able to do this. Had to modify the xsd.
>> >
>> > <xs:complexType name="START">
>> > <!--<xs:attribute name="to" type="workflow:IDENTIFIER"
>> >use="required"/>-->
>> > <xs:attribute name="to" type="xs:string" use="required"/>
>> > </xs:complexType>
>> >
>> >This way I can decide which action to run by passing a variable in
>> >job.properties
>> >
>> >Thanks & Regards,
>> >Harish.T.K
>> >
>> >
>> >On Thu, Jul 12, 2012 at 6:56 PM, Harish Krishnan <
>> >[email protected]> wrote:
>> >
>> >> Hi,
>> >>
>> >> I was wondering if it is possible to do
>> >>
>> >> <workflow-app xmlns='uri:oozie:workflow:0.2' name='custom-wf'>
>> >> <start to='${myAction}'/>
>> >> <action name='action_1'>
>> >> ......
>> >> </action>
>> >> <action name='action_2'>
>> >> .......
>> >> </action>
>> >> </workflow-app>
>> >>
>> >> and then define the value in job.properties?
>> >>
>> >> I know that this does not match the reg-ex for the type IDENTIFIER. But
>> >>is
>> >> there by any means I can make this work?
>> >>
>> >> Thanks & Regards,
>> >> Harish.T.K
>> >>
>>
>>
>