Generic Process API

Categories

Component ID

1005192

Component name

Generic Process API

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

993

Component created

Component changed

Component body

Part of Ouch project.

Process API gives a generic way to re-process "dirty" entities (aka new or modified entities since last process).

You can define process on every entity or "related entities package".
Processes can be synchronous or asynchronous relative to entity events.
Processes can be ordered.

Each thread has settings :
- Try process "live"
- Process only once
- Cascade update
- Retroactive process
- Retry management

UI can be altered to reflect your own needs.

Process API was based on the indexing part of Search API.