Interface ISpecificTriggerProvidingEvent
-
public interface ISpecificTriggerProvidingEvent
Interface forIWorkflowEventData
that are triggered and target a specific trigger. Only the task for that specific trigger should be executed.This is used, for example, to invoke a custom trigger in the inbox; or by a quartz job set up by state timer trigger to invoke that trigger after a delay.
- Since:
- 7.0.0
- Author:
- XIMA MEDIA GmbH
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getTriggerId()
String
getType()
-