Job Runs

2013-08-14 Thread Kathy Morris
Hi,

 

We have a lot of re jobs that are aborting.  

I am trying to delete reconciliation job runs as they come in that have a
status = abort.

Would a run process filter like this work?

Filter action:  run process @@:Application-Delete-Entry $SCHEMA$ $Request
ID$

 

I only want to delete records that have status of abort.


___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Where the Answers Are, and have been for 20 years


Re: Job Runs

2013-08-14 Thread Downing, Ryan
Hi Kathy,

If the Action is a pure Run Process then use (in filter or escalation):
Application-Delete-Entry $SCHEMA$ $Request ID$

If the Action is a 'Set Fields' within a filter or escalation use:
$PROCESS$ Application-Delete-Entry $SCHEMA$ $Request ID$

AND

If the Action is from an Active Link to delete on the server use:
$PROCESS$ @@: Application-Delete-Entry $SCHEMA$ $Request ID$

Hope this helps

Regards,
Ryan.



From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG] On Behalf Of Kathy Morris
Sent: Wednesday, August 14, 2013 2:49 PM
To: arslist@ARSLIST.ORG
Subject: Job Runs

**
Hi,

We have a lot of re jobs that are aborting.
I am trying to delete reconciliation job runs as they come in that have a 
status = abort.
Would a run process filter like this work?
Filter action:  run process @@:Application-Delete-Entry $SCHEMA$ $Request ID$

I only want to delete records that have status of abort.
_ARSlist: Where the Answers Are and have been for 20 years_

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Where the Answers Are, and have been for 20 years


Re: Job Runs

2013-08-14 Thread Downing, Ryan
Kathy,

I answered to quickly.to accommodate the Abort qualificationthe Run 
If statement of the filter needs to be if 'Status' = Abort

Then

Application-Delete-Entry $SCHEMA$ $Request ID$

Ryan.

From: Downing, Ryan
Sent: Wednesday, August 14, 2013 2:53 PM
To: arslist@ARSLIST.ORG
Subject: RE: Job Runs

Hi Kathy,

If the Action is a pure Run Process then use (in filter or escalation):
Application-Delete-Entry $SCHEMA$ $Request ID$

If the Action is a 'Set Fields' within a filter or escalation use:
$PROCESS$ Application-Delete-Entry $SCHEMA$ $Request ID$

AND

If the Action is from an Active Link to delete on the server use:
$PROCESS$ @@: Application-Delete-Entry $SCHEMA$ $Request ID$

Hope this helps

Regards,
Ryan.



From: Action Request System discussion list(ARSList) 
[mailto:arslist@ARSLIST.ORG]mailto:[mailto:arslist@ARSLIST.ORG] On Behalf Of 
Kathy Morris
Sent: Wednesday, August 14, 2013 2:49 PM
To: arslist@ARSLIST.ORGmailto:arslist@ARSLIST.ORG
Subject: Job Runs

**
Hi,

We have a lot of re jobs that are aborting.
I am trying to delete reconciliation job runs as they come in that have a 
status = abort.
Would a run process filter like this work?
Filter action:  run process @@:Application-Delete-Entry $SCHEMA$ $Request ID$

I only want to delete records that have status of abort.
_ARSlist: Where the Answers Are and have been for 20 years_

___
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Where the Answers Are, and have been for 20 years