Page 1 of 1

Handling Job Exit status in Sequencer

Posted: Mon Sep 30, 2013 12:48 pm
by karumudi7
Hi,

I am creating some sequencers and after each Parallel job activity I am sending an email with parallel job exit status in the subject by using the
[ #ACTVY.$JobStatus# ] #ACTVY.$JobName#

Problem is I don't want exit codes instead I need Description.
like Run with Warnings (instead of 2) etc;

Are there any inbuild functions to achieve this?

Thanks!

Posted: Tue Oct 01, 2013 1:08 am
by arunkumarmm
Why can't you use a User variable activity in between your job activity and notification activity and convert the status number into whatever you want?