Autosys 作业在任何状态的另一个作业之后启动
我需要一个又一个地运行作业,无论前一个作业完成的状态如何。
到目前为止我使用
condition: success(x) or failure(x)
它可以写为任何状态吗?
我不知道 autosys 的确切版本。但不是最新的。
I need to run job after another job with whatever status the previous job finished.
So far I use
condition: success(x) or failure(x)
can it be written for any status?
I dont know the exact version of the autosys. But not the very latest.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
条件:完成(x)
condition: done(x)