Skip to content

1. Getting Started

Nicolas edited this page Jan 23, 2025 · 2 revisions

Getting your images in order

  1. Pick your version of zeebe-mock
  2. Pick your version of zeebe-mock-wiremock

NOTE the zeebe-mock-wiremock uses the official wiremock image with the zeebe-mock custom extensions built in for convenience. If you choose to build your own image (or just mount the extensions directly), then you do not need to use the zeebe-mock-wiremock image.

Defining your zeebemock stubs

  1. Add your __files and mappings directories (vanilla wiremock configuration)
  2. Checkout the reference docs for the activate job schema and output schemas
  3. add zeebemock.enabled=true into the stub metadata
  4. add zeebemock.jobType=<THE_JOB_TYPE> into the stub metadata

Configuring the zeebe-mock worker

  1. define the environment variable ZEEBEMOCK_WIREMOCKURI pointing to the zeebe-mock wiremock instance

Examples