Open
Description
I'm trying create some If..Reruns for a zos Job. Either I can't figure it out or maybe some part is not supported yet.
I believe that it must be done with the IfCollectionZOS class.
It implements ifs=[ IfZOs ], but I don't see that class.
Here is an example of the json that needs to be produced by the python client.
"IfCollection:zOS_8": { "Type": "IfCollection:zOS", "Ifs": [ { "Type": "If:zOS:AnyProgramStep", "ReturnCodes": [ "NOTOK" ] } ], "Action:Rerun_1": { "Type": "Action:Rerun" } }, "IfCollection:zOS_9": { "Type": "IfCollection:zOS", "Ifs": [ { "Type": "If:zOS:OutputPattern", "ToColumn": "132", "OutputPattern": "*rerun me please*", "FromColumn": "1" } ], "Action:Rerun_1": { "Type": "Action:Rerun" } }
Metadata
Metadata
Assignees
Labels
No labels