dmartinol opened a new issue, #3254:
URL: https://github.com/apache/incubator-kie-kogito-runtimes/issues/3254

   ### Description
   
   Allow the SWF developer to define an `onError` configuration to detect an 
expired timeout in the current state, and trigger the desired `transition`, as 
in :
   ```yaml
   errors:
     - name: timeoutError
       code: '_TIMEOUT_CODE_'
   ...
       timeouts:
         eventTimeout: '_TIMEOUT_'
       onErrors:
         - errorRef: timeoutError
           transition: '_TRANSITION_IN_CASE_OF_TIMEOUT_'
   ```
   
   ### Implementation ideas
   
   _No response_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to