Interface SendTaskAction

    • Method Detail

      • execute

        void execute​(ExternalTaskDelegate externalTask)
              throws Exception
        Implement this action with custom code to be executed when the process instance arrives at a send task (external task waitstate).
        Specified by:
        execute in interface Action<ExternalTaskDelegate>
        Specified by:
        execute in interface ServiceTaskAction
        Parameters:
        externalTask - the send task is implemented with.
        Throws:
        Exception - in case your custom code throws checked exceptions. Such exceptions will be wrapped into RuntimeExceptions and rethrown.