Hi @vatsy610,
If all of the elements you wish to run (tasks, programs, etc.) are in the same process flow in your EG project, you can control the order of execution with explicit links. You can create explicit links by clicking a node you want to link from, hover the mouse near one of the edges of the node (until the cursor changes to crosshair), then click and drag the link to the node you want to link to. Or, you can right the node you wish to link from and click "Link <node> to..." context menu item, then select the node you wish to link to. Here is an animated example of both:
If the elements you wish to run are in multiple process flows or in an implicit branch (where you can't change the order), I recommend using an Ordered List instead (ex. File->New->Ordered List), which will allow you to run nodes a la carte in whatever order you wish.
By default, scheduling will run the whole EG project (or a process flow in your project if you schedule from a flow). However, you can alter the VBScript code (that is generated when an EG project is scheduled) to run specific items, such as specific flows in specific orders, etc.
Casey
... View more