A wait operator waits for the job to finish and takes the workflow to different tasks depending on whether the job is successful. You must add a wait operator for the generic software jobs operator manually.
To add the wait operator
The operator is added with two default results, Completed and Failed.
The Custom Port dialog opens.
Process[OpName].JobStatus == "SUCCESS"
Process[OpName].JobStatus == "FAIL"
The Properties for the wait operator opens.
MachineUUID: Process.MachineUUID
Job ID: Process.genericJobID
Event Name: SWDeployJobFinish

The wait operator is configured.
|
Copyright © 2014 CA Technologies.
All rights reserved.
|
|