Interface SignalIntermediateCatchEventAction

    • Method Detail

      • execute

        void execute​(EventSubscriptionDelegate signal)
              throws Exception
        Implement this action with custom code to be executed when the process instance arrives at a signal intermediate catch event.
        Specified by:
        execute in interface Action<EventSubscriptionDelegate>
        Parameters:
        signal - the event subscription waiting for a signal.
        Throws:
        Exception - in case your custom code throws checked exceptions. Such exceptions will be wrapped into RuntimeExceptions and rethrown.