Package rife.workflow
package rife.workflow
Provides the basic data and execution types that are used in the workflow engine.
- Since:
- 1.0
- API Note:
- RIFE2's workflow engine is still in an ALPHA EXPERIMENTAL STAGE. As I discover more about its nature while using it in real world applications, I most certainly will evolve the current features, implementation and API. I can't guarantee that existing code will continue to work without code changes in future versions of RIFE2.
-
ClassDescriptionEvents cause work to be resumed when they are waiting for the event type.This interface allows classes to register themselves to receive notifications when events are triggered in a
Workflow
.Work can be executed in aWorkflow
.Runs work and dispatches events to work that is paused.