You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@oozie.apache.org by Harsh J <ha...@cloudera.com> on 2013/06/17 07:44:27 UTC

Re: Pipeline multiple workflows?

Harish,

A sub-workflow can be any valid workflow, so yes it can contain forks
and nothing should complain about that.

On Fri, May 31, 2013 at 10:56 PM, Harish Krishnan
<ha...@gmail.com> wrote:
> Hi Mona,
>
> Is it possible to also use <fork> within sub-workflow?
> Sub-workflow allows sequential execution. I want to achieve parallel
> execution for certain sub-workflows.
> A->B->C and from C, I want D and E and upon successful execution, it has to
> resume the sequence after C.
>
> Thanks & Regards,
> Harish.T.K
>
>
> On Fri, May 31, 2013 at 1:34 AM, Mona Chitnis <ch...@yahoo-inc.com> wrote:
>
>> If you use the <propagate-configuration/> tag along with the sub-workflow
>> action, you should be able to achieve what you are looking for..
>>
>> --mona
>>
>> On 5/31/13 12:01 AM, "Felix.徐" <yg...@gmail.com> wrote:
>>
>> >Thanks Abdelnur, another question is that , if I invoke another workflow B
>> >in a sub-workflow action , will the parameters defined in workflow B's
>> >job.properties still take effect ?  Which indicates that I do not need do
>> >any modification to the existing jobs, what I need to do is put their
>> >specific path into the sub-workflow action ?
>> >
>> >
>> >2013/5/31 Alejandro Abdelnur <tu...@cloudera.com>
>> >
>> >> Felix, there is a sub-workflow action you can use from a workflow to
>> >>call
>> >> another workflow.
>> >>
>> >> Thanks
>> >>
>> >>
>> >> On Thu, May 30, 2013 at 10:29 PM, Felix.徐 <yg...@gmail.com> wrote:
>> >>
>> >> > Hi all,
>> >> >
>> >> > How to coordinate multiple workflows into a single job.  I do not
>> >>really
>> >> > want to merge all the codes into a single workflow.xml , is there a
>> >>way
>> >> to
>> >> > "invoke" more than one workflows within another job?
>> >> >
>> >>
>> >>
>> >>
>> >> --
>> >> Alejandro
>> >>
>>
>>



-- 
Harsh J