Git Product home page Git Product logo

requirements-for-external-task-clients's Introduction

Requirements for external task clients for Camunda Platform

A document to help building your own external task client for Camunda Platform by providing the requirements and useful sources

The following document list the requirements for an external task client for Camunda Platform. It distinguishes between minimum requirements and additional features. It can help to build a new External Task Client or to evaluate External Task clients from the community.

Sources

Requirements

Feature Must include Optional
Client object ◻️ URL Endpoint for the Camunda Engine
◻️ Worker ID
◻️ Maximum number of tasks to work on from the Camunda Engine
◻️ Lock Duration of a task
◻️ Long polling
◻️ Fetch task based on their priority
◻️ Automatic polling
◻️ Define interval for polling
◻️ Create Readable WorkerID
Function / Methods to subscripe
Fetch & Lock ◻️ Subscribe to a task topic, include the task topic
◻️ Implement Polling
◻️ Lock a task
◻️ Allowing for multiple Fetch and Locks per client
◻️ Lock Duration
◻️ Get back just local variables
◻️ Filtering task based on process properties:
- ▫️ Variables
- ▫️ Business key
- ▫️ Process definition id
- ▫️ Process definition key
- ▫️ Process version
- ▫️ Tenant Id
Function / Methods after subscription
Unsubscribe from Topic
Stop Polling
Function / Methods to handle a fetched task
Handler ◻️ Get Process Variables
◻️ Set Process variables
Complete ◻️ fetched task ◻️ Share variables
◻️ Share local variables
Handle BPMN Error ◻️ Fetched task
◻️ BPMN Error Code
◻️ Error Message
◻️ Share variables
◻️ Share local variable
Handle Failure ◻️ fetched task ◻️ Retry Timeout
◻️ Retries
◻️ Error Details
◻️ Error Message
Unlock ◻️ fetched task
Extend Lock ◻️ fetched task
◻️ new lock duration

requirements-for-external-task-clients's People

Contributors

nlea avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.