Hi all
I’m looking to set up a schedule in my manifest file ready for when I move my robot from the DEV to UAT environment.
I would like to set two schedules up. In ‘schedule 1’ which runs at 11am I would like an input bool ('boolRunMacro) to be set to True and in ‘schedule 2’ where the same process runs at 6pm, I would like
the same bool to the set to false. Is it possible to code that in to the manifest file?
Here is a snip of someone else’s manifest - could it be modified to deal with the above?
“process”: {
“name”: “GPC_MP_DataTransfer_MPro5_Performer”,
“description”: “Transferring Data from My Purchasing to MPro5”,
“environmentName”: “gpc”,
“schedules”: [{
“name”:“Data Transfer Performer”,
“cronExpression”:“0 15 8-20 ? * 2-6”,
“robots”:{
“DEV”:[“devrbtgpc4”,“devrbtgpc3”,“devrbtgpc6”,“devrbtgpc2”,“devrbtgpc1”],
“SIT”:[“sitrbtgpc1”,“sitrbtgpc2”],
“UAT”:[“uatrbtgpc1”,“uatrbtgpc2”],
“PROD”:[“prodrbtgpc1”,“prodrbtgpc2”]
Thanks
Jordan