From 62fd396d1b7c783197c5e5b992ed765438a7aece Mon Sep 17 00:00:00 2001 From: Filip Hrisafov Date: Thu, 2 Nov 2023 14:26:45 +0100 Subject: [PATCH] Update GitHub Actions badge link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d68876..45afd12 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [License: ![license](https://img.shields.io/hexpm/l/plug.svg)](https://github.com/flowable/flowable-external-client-js/blob/main/LICENSE) -![Flowable Actions CI](https://github.com/flowable/flowable-external-client-js/workflows/External%20Worker%20Build%20and%20Test/badge.svg?branch=main) +![Flowable Actions CI](https://github.com/flowable/flowable-external-client-js/actions/workflows/main.yml/badge.svg?branch=main) An _External Worker Task_ in BPMN or CMMN is a task where the custom logic of that task is executed externally to Flowable, i.e. on another server. When the process or case engine arrives at such a task, it will create an **external job**, which is exposed over the REST API.