Sha256: 292be47db4662d0db9757a93fb456bdd34170c00b2c67e2089c2621e6b7e129b

Contents?: true

Size: 1.41 KB

Versions: 98

Compression:

Stored size: 1.41 KB

Contents

# CPEE Features
* The engine itself is a RESTful web service for simple integration into
  websites and existing information systems.
* Instances can be created, started, stopped, and modified through simple HTTP
  calls.
* Instances can be serialized and migrated between multiples nodes to ensure scalability.
* Every aspect of execution is exposed through an event / subscription based
  model.
* It allows external RESTful plugins to control the execution, by voting for
  activity execution (start, finish activity) and state changes (stop, start
  engine).
* It provides better coverage of workflow patterns compared to Oracle BPELPM,
  jBOSS jBPM, and Apache Ode.

# CPEE Technical Details
* Reuses an existing virtual machine for executing control flow
* Supports BPEL and other languages through transformation to a directly
  executable DSL.
* The engine (named WEEL and available as a separate package) has a core size
  of ~ 1110 LOC.
* Each instance runs in its own OS process, can be seperately monitored and killed.
* Uses ~ 50 MiB of RAM per instance (depending on storage backend and data
  available in instance)
* Can utilize multiple threads per instance.
* Can be restarted in while instances are running.

# CPEE Applied Benefits
* Interprocess Synchronization as a Service
* Service Replacement (Repair) Service
* Plain HTML & JavaScript instance editor that allows to modify all aspects of
  (running) process instances.

Version data entries

98 entries across 98 versions & 1 rubygems

Version Path
cpee-2.1.79 FEATURES.md
cpee-2.1.78 FEATURES.md
cpee-2.1.77 FEATURES.md
cpee-2.1.75 FEATURES.md
cpee-2.1.74 FEATURES.md
cpee-2.1.73 FEATURES.md
cpee-2.1.71 FEATURES.md
cpee-2.1.70 FEATURES.md
cpee-2.1.69 FEATURES.md
cpee-2.1.68 FEATURES.md
cpee-2.1.67 FEATURES.md
cpee-2.1.66 FEATURES.md
cpee-2.1.64 FEATURES.md
cpee-2.1.63 FEATURES.md
cpee-2.1.62 FEATURES.md
cpee-2.1.61 FEATURES.md
cpee-2.1.60 FEATURES.md
cpee-2.1.59 FEATURES.md
cpee-2.1.58 FEATURES.md
cpee-2.1.57 FEATURES.md