Local Test Deployment

It is possible to develop and test runners with sagas, queries and business rules locally without deploying to the cloud

The fastest way to validate runner logic and end-to-end flows is to run a local, Spring-based event runner. You can then exercise your sagas and endpoints through the runner’s REST API. Follow the tasks below to get a local run working.

Prepare the Test Environment

Enter Required Parameters

Run Application

Once it is running, you can call any endpoints exposed by the runners you enabled from your local test environment.

Last updated