You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oodt.apache.org by Tom Barber <to...@meteorite.bi> on 2015/04/08 01:45:53 UTC

Flush Workflow Items

Hello once again,

If I have a bunch of RQUEUED items in my workflow that have bombed cause I didn't configure it properly, how can I flush the workflow?

Using Radix 0.8 i've tried :

./wmgr-client --url http://localhost:9001 --operation --stopWorkflowInst --id 998e21ef-dd6d-11e4-9b0f-131f54202501

./wmkillall RQUEUED

and so on and the logs say:

Attempt to stop workflow instance id: 998e21ef-dd6d-11e4-9b0f-131f54202501, however, this engine is not tracking its execution

So, is there an easy way to remove stuff thats not being tracked?

Tom

Re: Flush Workflow Items

Posted by Tom Barber <to...@meteorite.bi>.
Thanks boss.

On Wed, Apr 8, 2015 at 4:39 AM, Chris Mattmann <ch...@gmail.com>
wrote:

> I have a tool that will fix this.
> I will open up an issue and commit it to Apache OODT shortly
> Tom.
>
> ------------------------
> Chris Mattmann
> chris.mattmann@gmail.com
>
>
>
>
> -----Original Message-----
> From: Tom Barber <to...@meteorite.bi>
> Reply-To: <de...@oodt.apache.org>
> Date: Tuesday, April 7, 2015 at 4:45 PM
> To: <de...@oodt.apache.org>
> Subject: Flush Workflow Items
>
> >Hello once again,
> >
> >If I have a bunch of RQUEUED items in my workflow that have bombed cause
> >I didn't configure it properly, how can I flush the workflow?
> >
> >Using Radix 0.8 i've tried :
> >
> >./wmgr-client --url http://localhost:9001 --operation --stopWorkflowInst
> >--id 998e21ef-dd6d-11e4-9b0f-131f54202501
> >
> >./wmkillall RQUEUED
> >
> >and so on and the logs say:
> >
> >Attempt to stop workflow instance id:
> >998e21ef-dd6d-11e4-9b0f-131f54202501, however, this engine is not
> >tracking its execution
> >
> >So, is there an easy way to remove stuff thats not being tracked?
> >
> >Tom
>
>
>

Re: Flush Workflow Items

Posted by Chris Mattmann <ch...@gmail.com>.
I have a tool that will fix this.
I will open up an issue and commit it to Apache OODT shortly
Tom.

------------------------
Chris Mattmann
chris.mattmann@gmail.com




-----Original Message-----
From: Tom Barber <to...@meteorite.bi>
Reply-To: <de...@oodt.apache.org>
Date: Tuesday, April 7, 2015 at 4:45 PM
To: <de...@oodt.apache.org>
Subject: Flush Workflow Items

>Hello once again,
>
>If I have a bunch of RQUEUED items in my workflow that have bombed cause
>I didn't configure it properly, how can I flush the workflow?
>
>Using Radix 0.8 i've tried :
>
>./wmgr-client --url http://localhost:9001 --operation --stopWorkflowInst
>--id 998e21ef-dd6d-11e4-9b0f-131f54202501
>
>./wmkillall RQUEUED
>
>and so on and the logs say:
>
>Attempt to stop workflow instance id:
>998e21ef-dd6d-11e4-9b0f-131f54202501, however, this engine is not
>tracking its execution
>
>So, is there an easy way to remove stuff thats not being tracked?
>
>Tom