Please be sure you’ve read the docs and API specs before asking for help. Also, please be sure you’ve searched the forum for your answer before you create a new topic.
Hi Siva,
You can update your trigger for the workflow by API or in visual studio code. See the below example for a daily run at 1:45 am in America/Chicago time
"trigger": {
"type": "SCHEDULED",
"attributes": {
"cronString": "45 1 * * *",
"frequency": "cronSchedule",
"timeZone": "America/Chicago"
}
}
1 Like
Thank you for the reply. It works as expected.
Thanks Siva, if this worked as expected, can you please mark the above as a solution so that the issue is marked as resolved
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.