Process Errors

TIBCO Business Studio allows you to specify errors that may be thrown by a process that implements the process interface.

This is useful where:

  • The process interface defines a messaging or web-service interface. In this case, the error events are translated into WSDL operation fault messages.
  • The process interface is used for dynamic sub-process invocation. In this case, the error events are translated into end error events in process implementations. Call sub-process activities that reference process interfaces can then identify the thrown error events directly from the process interface.