org.mule.transport.bpm.jbpm.actions |
|
Java Source File Name | Type | Comment |
Continue.java | Class | Simply continues the process execution (moves on to the next state). |
IntegrationActionHandler.java | Class | |
LoggingActionHandler.java | Class | |
SendMuleEvent.java | Class | Sends a Mule message to the specified endpoint. |
SendMuleEventAndContinue.java | Class | Sends a Mule message to the specified endpoint and continues execution to the next
state. |
StoreIncomingData.java | Class | Stores the incoming message payload into the specified variable. |
ValidateMessageSource.java | Class | Throws an exception if the message's source is not as expected. |
ValidateMessageType.java | Class | Throws an exception if the incoming message's class is not as expected. |