copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
Job stuck in loop condition due to NotRunning (Job) condition | AutoSys . . . So we have a Autosys job (let's say JobA) that's stuck in a loop due to the condition NotRunning (jobA) So, the job continuously restarting itself, moving from STARTING state to RUNNING state, completing either in SU or FA restarting itself
Where could I find the syntax and explanation for condition . . . - Broadcom To support the look-back feature, you must add an additional operand to the condition statement You can apply the look-back feature to job status, cross-instance or external dependency job status, and exit code condition types only You cannot apply it to the global variable condition type
look back condition not satisfied even if it is Success | AutoSys . . . Hi there, FYI, I am new to autosys I am trying to use success (job_a, 01 00) condition, which I believe according to docs check if job_a is successsfull within the last hour or not right? But in autosys workload automation It is always showing condtion not satisfied May I know why? Does it depends on any other things I tested it by manually changing the status of job_a to Success But in
Date Time Conditions | AutoSys Workload Automation This is consistent with jil The check box is essentially the date_conditions job attribute The date_condition attribute allows the value to be true or false When the value is true, the attributes associated (e g start_times, start_mins, run_calendar) are used When the value is specified as false, the associated attributes are ignored
How to use IF else condition in OGNL | VMware Aria Automation Orchestrator i want to use if else statement in OGNL scenario: i have 3 input parameters i have to run an action for 3rd input with help of input 1 and input 2 i have to pass input 1 or input 2 to the action item which is added in input 3 kindly help me with ONGL expression to get the desired output
[AutoSys] job creation status ON_ICE - Broadcom Hi Iriney, Welcome to CA WA Communities While this reply doesn't directly address the requirement of placing jobs ON_ICE as initial status after insertion, I thought a couple of existing options you might be interested in 1) auto_hold JIL attribute This applies to jobs within a box (requires box_name jil attribute) When the container box goes to RUNNING, the sub-job with auto_hold set, is
Look back dependency for current day | AutoSys Workload Automation That is, i would like the condition to look like: s (jobA, <<currentday>>) I do not want to add look back hours, as the hours can vary, but i know it will all be in the current day So, instead of using condition like s (jobA, 9 00) i am looking for a current day flag so that jobA is success anytime for the current day: s (jobA, <<currendday>>)