order date parm in json

Everything about Control-M Enterprise Manager Server installation or setup.
Post Reply
jsaiz
Nouveau
Nouveau
Posts: 3
Joined: 20 Aug 2014 8:19

order date parm in json

Post by jsaiz » 18 Oct 2018 3:44

Hello,
Is there any way to set the order date param in json file using Control-m for API 9.0.0.500? I need to order a job with odate in the future and this job wait for this day to execute.
I know there is a parma 9.0.18.x but I can´t find a way to do that on 9.0.0.500 version.

{
"variables": [{"arg":"12345"}],
"hold": "true",
"ignoreCriteria": "true",
"independantFlow": "false",
"orderDate": "20170903",
"waitForOrderDate": "false",
"createDuplicate": "false",
"orderIntoFolder": "Recent"
}

Thak you in advance
J.

Post Reply