Saturday 22 June 2019

work flow in autosys

Workflow:



Step1:  The Event Processor scans the Event Server for the next event to processor.If no event is ready,the Event Processor scans again in 5 seconds.

Step2: The Event Processor reads from the Event Server that an event is ready.The autosys-job definition and attributes are retrieved from the Event Server,including the command and the pointer to the profile file to be used for the schedule.

Step3: The Event Processor processes the event.The Event Processor attempts to establish a connection with the Remote Agent on the client machine and passes the autosys-job attributes to the client machine.The Event Processor sends a CHANGE_STATUS event marking in the Event Server that the autosys-jobs in STARTING state.

Step4: The Remote Agent is invoked using the UserID and Password passed from the Event Processor.

Step5: The Remote Agent receives the autosys-job parameters and sends an acknowledgement to the Event Processor

Step6: The Remote Agent Starts a process and executes the command in the job definition.

Step7: The Remote Agent issues a CHANGE_STATUS event marking in the Event Server that the job is in RUNNING state.

Step8: The client autosys-job process runs to completion,then returns an exit code to the Remote Agent and quits.

Step9: The Remote Agent sends the Event Server a CHANGE_STATUS event corresponding to the completion status of the autosys-job.The Remote Agent quits.

No comments:

Post a Comment