Serialized Form
|
Package org.mule.transport.jbpm |
id
String id
endpoint
String endpoint
- Expected incoming endpoint; if a message was received from a different endpoint, an exception will be thrown.
payloadClass
Class<T> payloadClass
- Expected incoming message type; if the payload received is not assignable to this class, an exception will be thrown.
variableName
String variableName
- Variable into which the incoming message payload will be stored. If null, the payload will not be stored at all.
startState
boolean startState
- Is this the first state in the process?
synchronous
boolean synchronous
endpoint
String endpoint
responsePayloadClass
Class<T> responsePayloadClass
responseVariableName
String responseVariableName
payloadExpression
String payloadExpression
payloadObject
Object payloadObject
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.