| |
|
| java.lang.Object com.sample.action.MessageActionHandler
MessageActionHandler | public class MessageActionHandler implements ActionHandler(Code) | | |
Field Summary | |
String | message The message member gets its value from the configuration in the
processdefinition. |
Method Summary | |
public void | execute(ExecutionContext context) A message process variable is assigned the value of the message
member. |
message | String message(Code) | | The message member gets its value from the configuration in the
processdefinition. The value is injected directly by the engine.
|
execute | public void execute(ExecutionContext context) throws Exception(Code) | | A message process variable is assigned the value of the message
member. The process variable is created if it doesn't exist yet.
|
|
|
|