************************ 4. How to use ************************ You need to run orchestrator process? .. code-block:: python if __name__ == "__main__": # New init way - allow run as module -m PyOpenRPA.Orchestrator from pyOpenRPA import Orchestrator # Import orchestrator main gSettings = SettingsTemplate.Create(inModeStr="BASIC") # Create GSettings with basic configuration - no more config is available from the box - you can create own # Call the orchestrator main def Orchestrator.Orchestrator(inGSettings=gSettings) If you need more configurations - so you can see here: .. include:: ../../../Orchestrator/OrchestratorSettings.py :literal: