Interface ISpecificTriggerProvidingEvent


  • public interface ISpecificTriggerProvidingEvent
    Interface for IWorkflowEventData 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 Detail

      • getType

        String getType()
        Returns:
        The type of the trigger to be invoked.
      • getTriggerId

        long getTriggerId()
        Returns:
        The ID of the trigger to be invoked.