VMware Aria Automation Orchestrator

 View Only
  • 1.  Changes to scheduling worksflow runs?

    Posted Mar 14, 2023 02:15 PM

    So it seems that regular VCO users are no longer able to schedule workflow runs?

    Is this a bug or just another feature removal?



  • 2.  RE: Changes to scheduling worksflow runs?



  • 3.  RE: Changes to scheduling worksflow runs?

    Posted Mar 14, 2023 04:46 PM

    For me it is working with admin level accounts, but for those with a VCO user role.. they cannot schedule things anymore.

    The option is greyed out.

    They were able to schedule workflows in the past.



  • 4.  RE: Changes to scheduling worksflow runs?

    Posted Mar 14, 2023 04:48 PM

    only changes that were done were updating to orchestrator 8.10 and patching vCenter to 7.0.3 build 21290409.

    Also updated to 8.11 yesterday to see if that helped the situation. it did not.



  • 5.  RE: Changes to scheduling worksflow runs?

    Posted Mar 15, 2023 02:22 PM

    ,

    I believe this is happening for lack of permissions, have you tried applying the Workflow Designer with Run only role?: https://docs.vmware.com/en/vRealize-Orchestrator/8.11/com.vmware.vrealize.orchestrator-using-client-guide.doc/GUID-D0FFDD2A-3D6C-485C-850B-FCD445391365.html



  • 6.  RE: Changes to scheduling worksflow runs?

    Posted Mar 15, 2023 03:18 PM

     

    As we are using the standalone orchestrator that comes with vSphere, I dont think I have access to that role.

    We can only apply "RUN" permissions to users we add to VCO.

    In the past those users could still schedule tasks.

    Looking at my scheduled task history I can see a user had scheduled some tasks back in December, before I updated to 8.10.

    Since that time two of the users have contacted me saying they can no longer schedule workflow runs, and asked me to give them back those permissions.

     



  • 7.  RE: Changes to scheduling worksflow runs?

    Posted Mar 16, 2023 06:21 PM

    ,

    Got it now, I thought you were using the integrated with vRA.

    Really weird that you are facing that issue after some upgrades I am not on that version yet so I cannot assure if it is a bug but if you have the time, you could test installing a new standalone to confirm is a bug.



  • 8.  RE: Changes to scheduling worksflow runs?

    Broadcom Employee
    Posted Jan 04, 2026 01:35 PM

    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
    ------------------------------