In your embedded Java you can use:
javaVar = getVariableData("BPEL_Variable_Name");
and
setVariableData("BPEL_Variable_Name", javaVar);
Obviously, the types need to match up!
Also useful for debugging/logging purposes is:
addAuditTrailEntry("My Message Goes Here:",optionalJavaVarValueToLog);
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment