Page 1 of 1

order date parm in json

Posted: 18 Oct 2018 3:44
by jsaiz
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.