All Projects → paed01 → Bpmn Elements

paed01 / Bpmn Elements

Licence: mit
Executable workflow elements based on BPMN 2.0

Programming Languages

javascript
184084 projects - #8 most used programming language
ecmascript6
18 projects

Projects that are alternatives of or similar to Bpmn Elements

Bpmn Engine
BPMN 2.0 execution engine. Open source javascript workflow engine.
Stars: ✭ 519 (+861.11%)
Mutual labels:  bpmn, open-source, workflow
Openrpa
Free Open Source Enterprise Grade RPA
Stars: ✭ 596 (+1003.7%)
Mutual labels:  automation, workflow
Smartflow Sharp
基于C#语言研发的Smartflow-Sharp工作流组件,该工作流组件的特点是简单易用、方便扩展、支持多种数据库访问、高度可定制化,支持用户按需求做功能的定制开发,节省用户的使用成本
Stars: ✭ 594 (+1000%)
Mutual labels:  bpmn, workflow
Docs
Lightweight document management system packed with all the features you can expect from big expensive solutions
Stars: ✭ 827 (+1431.48%)
Mutual labels:  open-source, workflow
Yetiforcecrm
Our team created for you one of the most innovative CRM systems that supports mainly business processes and allows for customization according to your needs. Be ahead of your competition and implement YetiForce!
Stars: ✭ 1,056 (+1855.56%)
Mutual labels:  open-source, workflow
Workflower
A BPMN 2.0 workflow engine for PHP
Stars: ✭ 540 (+900%)
Mutual labels:  bpmn, workflow
Prefect
The easiest way to automate your data
Stars: ✭ 7,956 (+14633.33%)
Mutual labels:  automation, workflow
Shortcutsdirectory
A collection of user-submitted shortcuts for Shortcuts for iOS.
Stars: ✭ 376 (+596.3%)
Mutual labels:  automation, workflow
Openapi3 Validator
Validator for OpenAPI v3 specs
Stars: ✭ 11 (-79.63%)
Mutual labels:  automation, open-source
Sooty
The SOC Analysts all-in-one CLI tool to automate and speed up workflow.
Stars: ✭ 867 (+1505.56%)
Mutual labels:  automation, workflow
Processmaker
GLPI plugin that provides an interface with ProcessMaker (http://www.processmaker.com/)
Stars: ✭ 21 (-61.11%)
Mutual labels:  bpmn, workflow
Create Pull Request
A GitHub action to create a pull request for changes to your repository in the actions workspace
Stars: ✭ 473 (+775.93%)
Mutual labels:  automation, workflow
Ophidian
Ophidian's Mirror Repository on github. https://gitlab.com/eclufsc/eda/ophidian
Stars: ✭ 32 (-40.74%)
Mutual labels:  automation, open-source
Beehive
A flexible event/agent & automation system with lots of bees 🐝
Stars: ✭ 5,348 (+9803.7%)
Mutual labels:  automation, workflow
Ck
Collective Knowledge framework (CK) helps to organize black-box research software as a database of reusable components and micro-services with common APIs, automation actions and extensible meta descriptions. See real-world use cases from Arm, General Motors, ACM, Raspberry Pi foundation and others:
Stars: ✭ 395 (+631.48%)
Mutual labels:  automation, workflow
Camunda Modeler
An integrated modeling solution for BPMN and DMN based on bpmn.io.
Stars: ✭ 718 (+1229.63%)
Mutual labels:  bpmn, workflow
Pvm
Build workflows, activities, BPMN like processes, or state machines with PVM.
Stars: ✭ 348 (+544.44%)
Mutual labels:  bpmn, workflow
Utask
µTask is an automation engine that models and executes business processes declared in yaml. ✏️📋
Stars: ✭ 374 (+592.59%)
Mutual labels:  automation, workflow
Walkoff
A flexible, easy to use, automation framework allowing users to integrate their capabilities and devices to cut through the repetitive, tedious tasks slowing them down. #nsacyber
Stars: ✭ 855 (+1483.33%)
Mutual labels:  automation, workflow
Spiffworkflow
A powerful workflow engine implemented in pure Python
Stars: ✭ 959 (+1675.93%)
Mutual labels:  bpmn, workflow

bpmn-elements

Build StatusCoverage Status

Isomorphic JavaScript BPMN 2.0 workflow elements suitable for bundling into frontend script or just required into your nodejs project.

Supported elements

The following elements are tested and supported.

  • Definition: Executable BPMN 2 definition
  • Process: Executes and keeps track of activity elements
  • BpmnError
  • BoundaryEvent
  • CancelEventDefinition
  • ConditionalEventDefinition
  • CompensateEventDefinition
    • compensate by outbound Association
  • DataObject
  • EndEvent
  • Error
  • ErrorEventDefinition
    • throw
    • catch
  • EscalationEventDefinition
    • throw
    • catch
  • EventBasedGateway
  • ExclusiveGateway
  • InclusiveGateway
  • IntermediateCatchEvent
  • IntermediateThrowEvent
  • IoSpecification
  • LinkEventDefinition
    • throw
    • catch
  • MessageEventDefinition
    • throw
    • catch
  • MessageFlow
  • MultiInstanceLoopCharacteristics
  • ParallelGateway
  • ReceiveTask
  • ScriptTask
  • SequenceFlow
  • ServiceImplementation: ServiceTask implementation attribute behaviour
  • ServiceTask
    • BusinessRuleTask: Same behaviour as ServiceTask
    • SendTask: Same behaviour as ServiceTask
  • Signal
  • SignalEventDefinition
    • throw
    • catch
  • SignalTask
    • ManualTask
    • UserTask
  • StandardLoopCharacteristics
  • StartEvent
  • SubProcess
  • Task
  • TerminateEventDefinition
  • TimerEventDefinition
    • timeDuration
    • timeDate
    • timeCycle
  • Transaction

All activities share the same base and and api.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].