kora icon indicating copy to clipboard operation
kora copied to clipboard

Camunda 8

Open GoodforGod opened this issue 1 year ago • 1 comments

Camunda 8 Zeebe Worker module added

@Component
public final class Step2JobWorker {

    private final Logger logger = LoggerFactory.getLogger(getClass());

    @JobWorker("bar")
    public Map<String, String> handle(JobContext context) {
        logJob(logger, context);
        return Map.of("someResult", "42");
    }
}

GoodforGod avatar May 16 '24 15:05 GoodforGod

Test Results

818 tests   814 ✅  9m 9s ⏱️ 101 suites    4 💤 101 files      0 ❌

Results for commit 7342db93.

:recycle: This comment has been updated with latest results.

github-actions[bot] avatar May 16 '24 15:05 github-actions[bot]