I have created a solution for this in TypeScript using the Aria Build Tools
https://github.com/vmware/build-tools-for-vmware-aria
public WorkflowSchedule(objWorkflow: Workflow, arrProperties: Properties[], intRecurrenceCycle: number, enumRecurrenceCycleUnit: RecurrenceCycleUnit, objDateStart: Date, objDateEnd: Date): Task {
let objTask: Task = objWorkflow.scheduleRecurrently(
arrProperties,
intRecurrenceCycle,
enumRecurrenceCycleUnit,
objDateStart,
objDateEnd,
null,
null);
return objTask;
}
------------------------------
Simon Sparks
Automation & Orchestration Consultant
North West England, UK, Europe
Broadcom Employee
------------------------------
Original Message:
Sent: Mar 14, 2023 02:14 PM
From: manfriday
Subject: Changes to scheduling worksflow runs?
So it seems that regular VCO users are no longer able to schedule workflow runs?
Is this a bug or just another feature removal?