Interface SignalAdapter

All Superinterfaces:
Adapter

public interface SignalAdapter extends Adapter
A SignalAdapter extends the Adapter Interface. This Adapter can be associated with a BPMN Signal Event. A SignalAdapter is called by the WorkfklowKernel during the processing life-cycle before the plugin life-cycle.

A SignalAdapter can be a CDI implementation.

SignalAdapters are called after the execution of GenericAdapters but before any plugin was executed.

Version:
1.0
Author:
Ralph Soika
See Also:
  • org.imixs.workflow.engine.WorkflowKernel
  • Method Summary

    Methods inherited from interface org.imixs.workflow.Adapter

    execute