Describe the bug
CLI tries to connect to the deprecated and removed /box/processes endpoint.
This makes the cli assume that the engine is down and terminate before doing any actual work.
To Reproduce
Start any process via cli.
Expected behavior
Process should be started correctly.
Additional context
To ensure that the error are detected earlier, the integration test could try to start a process via the cli.
Describe the bug
CLI tries to connect to the deprecated and removed
/box/processesendpoint.This makes the cli assume that the engine is down and terminate before doing any actual work.
To Reproduce
Start any process via cli.
Expected behavior
Process should be started correctly.
Additional context
To ensure that the error are detected earlier, the integration test could try to start a process via the cli.