From a9a3b79253eddd2058bd6e093ebac64f91a7f5e7 Mon Sep 17 00:00:00 2001 From: Philipp Ossler Date: Tue, 7 Feb 2023 06:26:50 +0100 Subject: [PATCH] feat: highlight connectors on the home page --- src/main/resources/templates/views/home.html | 49 ++++++++++++++++---- 1 file changed, 40 insertions(+), 9 deletions(-) diff --git a/src/main/resources/templates/views/home.html b/src/main/resources/templates/views/home.html index cef2c39d..395e5ff1 100644 --- a/src/main/resources/templates/views/home.html +++ b/src/main/resources/templates/views/home.html @@ -45,7 +45,9 @@
- + + + Drive the process instance
@@ -96,13 +98,17 @@
  • First, deploy the demo process
  • Then, create a new process instance
  • @@ -113,16 +119,18 @@
    - - User forms - New + + + + User forms

    - If a user task defines a Camunda form, - you can click on + Select a user task with a Camunda + form and click on to see the form and fill it out. The user task gets completed with the form data.

    @@ -130,6 +138,29 @@
    +
    +
    +
    + + + + Connectors + New +
    +
    +

    + A task can be defined as a connector. If the connector is available, the task gets completed + automatically. +

    +

    + Go to connectors and see the available connectors. +

    +
    +
    +
    +