zeebe | Distributed Workflow Engine for Microservices Orchestration | BPM library

 by   camunda-cloud Java Version: 1.4.0-alpha2 License: No License

kandi X-RAY | zeebe Summary

kandi X-RAY | zeebe Summary

zeebe is a Java library typically used in Automation, BPM, Docker applications. zeebe has no bugs, it has no vulnerabilities, it has build file available and it has medium support. You can download it from GitHub, Maven.

Zeebe provides visibility into and control over business processes that span multiple microservices. It is the engine that powers Camunda Cloud.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              zeebe has a medium active ecosystem.
              It has 2258 star(s) with 398 fork(s). There are 108 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 394 open issues and 3951 have been closed. On average issues are closed in 85 days. There are 13 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of zeebe is 1.4.0-alpha2

            kandi-Quality Quality

              zeebe has 0 bugs and 0 code smells.

            kandi-Security Security

              zeebe has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              zeebe code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              zeebe does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              zeebe releases are available to install and integrate.
              Deployable package is available in Maven.
              Build file is available. You can build the component from source.

            Top functions reviewed by kandi - BETA

            kandi has reviewed zeebe and discovered the below as its top functions. This is intended to give you an instant insight into zeebe implemented functionality, and help decide if they suit your requirements.
            • Registers the type .
            • Skip values .
            • Updates the state of a new member .
            • Handle an execute command request .
            • Create engine processors .
            • Runs partitions .
            • Handles a reconfigure request .
            • Validates the configuration .
            • Gets validator validators .
            • Handles a vote request .
            Get all kandi verified functions for this library.

            zeebe Key Features

            No Key Features are available at this moment for zeebe.

            zeebe Examples and Code Snippets

            No Code Snippets are available at this moment for zeebe.

            Community Discussions

            QUESTION

            Get all open user tasks for specified process instance in Camunda Zeebe
            Asked 2021-Dec-22 at 07:50

            I am using Camunda Zeebe 1.2.4 with Camunda Tasklist.

            Camunda Tasklist API contains the GraphQL method to get user tasks for all process instances: https://docs.camunda.io/docs/apis-clients/tasklist-api/queries/tasks

            But I cant find the method to get tasks for concrete active process instance.

            Is there a way to filter tasks by process instance id?

            ...

            ANSWER

            Answered 2021-Dec-22 at 07:50

            This is currently not possible. I think you can filter for certain task types or assigned user, which covers most use cases. But we are open for feedback so please feel free to open a feature request via https://camunda.com/contact/ or the forum https://forum.camunda.io/ and describe your use case more in depth.

            Source https://stackoverflow.com/questions/70434386

            QUESTION

            Cannot create process instance after moving to camunda-cloud lib
            Asked 2021-Jun-30 at 16:19

            I develop small program to interact with Zeebe. I use golang version 1.16 and this library github.com/zeebe-io/zeebe/clients/go to access the brooker.

            I bootstrap the Zeebe client and then I create a process instance of a deployed modeled process with this code:

            ...

            ANSWER

            Answered 2021-Jun-30 at 06:29

            If you update your client, you also need to update the broker. It seems you're still using an older version of the broker.

            The go client (which has been moved to the camunda-cloud org) you're using now is on version 1.0 and is only compatible with broker version 1.0+.

            The grpc gateway_protocol.Gateway/CreateProcessInstance only exist in 1.0+, previously it was called CreateWorkflowInstance. The usage of the workflow term has been replaced by process, everywhere in the code base.

            You can read more about that in the release announcement https://camunda.com/blog/2021/05/camunda-cloud-10-released/

            Source https://stackoverflow.com/questions/68179311

            QUESTION

            Zeebe deployment via Spring Boot
            Asked 2020-Nov-11 at 12:16

            I want to deploy multiple BPMN files via Spring Boot Zeebe starter

            This is how I am currently specifying my deployment

            ...

            ANSWER

            Answered 2020-Jun-09 at 12:48

            You can hand over a list of resources in the DeploymentAnnoation:

            Source https://stackoverflow.com/questions/62250649

            QUESTION

            Can Camunda provides same features as Zeebe for Microservices Orchestration?
            Asked 2020-Nov-03 at 15:36

            I have read that Zeebe (https://zeebe.io/) from Camunda is created specifically for Microservices Orchestration. I know there is some difference related to performance.

            My question is "Can I achieve the same thing using Camunda what I can do with Zeebe?"

            I noticed that Camunda enterprise provides many features that are not provided in the free version or in Zeebe like BPMN deployment, History of previous workflows. I want to get those features for microservice orchestration. My guess is that I will not get if I use Zeebe.

            ...

            ANSWER

            Answered 2020-Nov-03 at 15:36

            These are multiple questions in one.

            1. Yes, you can do Microservice orchestration with Camunda BPM. As you pointed out correctly, the difference is the architecture of the workflow engine itself, not the use cases you can leverage it for.

            2. Yes, there is a Camunda BPM enterprise edition that has features that are not in the community edition, see: https://camunda.com/enterprise/

            3. Zeebe will provide the same capabilities eventually. Given that it is relatively young it does not have all features of Camunda BPM on this end. But to relate to your example, Operate can show history instances but is also not free for commercial use. Zeebe is also provided as managed service: https://camunda.com/products/cloud/

            Source https://stackoverflow.com/questions/64647559

            QUESTION

            Sending jsonPath by using zeebe input/output mapping
            Asked 2020-Jan-13 at 14:44

            Currently working with Scala and zeebe, and in my bpmn I have some service task, which get or send data type of json and my main goal parse this data jsonpath, for example:

            ...

            ANSWER

            Answered 2020-Jan-13 at 14:44

            I created an example, which hopefully helps to explain that.

            First you create a workflow via the Zeebe modeler or the Java model API.

            You can use input and output mappings to create new variables or define how variables should be merged into the workflow instance variables, please see the documentation for further information.

            I created a similar workflow based on your Question, with an output mapping on the first task.

            Source https://stackoverflow.com/questions/59644638

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install zeebe

            You can download it from GitHub, Maven.
            You can use zeebe like any standard Java library. Please include the the jar files in your classpath. You can also use any IDE and you can run and debug the zeebe component as you would do with any other Java program. Best practice is to use a build tool that supports dependency management such as Maven or Gradle. For Maven installation, please refer maven.apache.org. For Gradle installation, please refer gradle.org .

            Support

            ReleasesDocker imagesBlogDocumentation HomeIssue TrackerUser ForumSlack ChannelContribution Guidelines
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/camunda-cloud/zeebe.git

          • CLI

            gh repo clone camunda-cloud/zeebe

          • sshUrl

            git@github.com:camunda-cloud/zeebe.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular BPM Libraries

            Try Top Libraries by camunda-cloud

            camunda-cloud-get-started

            by camunda-cloudJava

            camunda-cloud-documentation

            by camunda-cloudJavaScript

            zeebe-process-test

            by camunda-cloudJava

            common-ui

            by camunda-cloudTypeScript

            camunda-cloud-testing

            by camunda-cloudJava