JSPM

  • Created
  • Published
  • Downloads 1227
  • Score
    100M100P100Q105204F
  • License MIT

Executable workflow elements based on BPMN 2.0

Package Exports

  • bpmn-elements
  • bpmn-elements/dist/src/activity/ExecutionScope

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (bpmn-elements) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

bpmn-elements

Build Status

Isomorphic JavaScript BPMN 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
  • BoundaryEvent
  • Error
  • DataObject
  • EndEvent
  • ErrorEventDefinition
  • ExclusiveGateway
  • InclusiveGateway
  • IntermediateCatchEvent
  • IoSpecification
  • MessageEventDefinition
  • MessageFlow
  • ParallelGateway
  • ScriptTask
  • SequenceFlow
  • ServiceImplementation: ServiceTask implementation attribute behaviour
  • ServiceTask
    • SendTask: Same behaviour as ServiceTask
  • SignalTask
    • ManualTask
    • ReceiveTask
    • UserTask
  • StartEvent
  • SubProcess
  • Task
  • TerminateEventDefinition
  • TimerEventDefinition
    • duration only
  • MultiInstanceLoopCharacteristics

All activities share the same base and and api.