By default, Execution Manager starts executables from the location <Application Base Directory>/<Application Directory>/bin. Being said that it is possible to explicitly specify the executable’s location using ExecutableLocation model extension.

notice

<PROCESS>

  <SHORT-NAME>exampleProc</SHORT-NAME>

  <ADMIN-DATA>

    <SDGS>

      <SDG GID="DvMex:ExecutableLocation">

        <SD GID="executableLocation">/usr/bin/top</SD>

      </SDG>

    </SDGS>

  </ADMIN-DATA>

  <!-- Other elements omitted from this example. -->

</PROCESS>