Class SendMessageAction

  • All Implemented Interfaces:
    Serializable, org.jbpm.process.instance.impl.Action, org.jbpm.process.instance.impl.JavaAction

    public class SendMessageAction
    extends Object
    implements org.jbpm.process.instance.impl.JavaAction
    See Also:
    Serialized Form
    • Constructor Detail

      • SendMessageAction

        public SendMessageAction​(String varName,
                                 Message message)
    • Method Detail

      • execute

        public void execute​(org.kie.api.runtime.process.ProcessContext kcontext)
                     throws Exception
        Specified by:
        execute in interface org.jbpm.process.instance.impl.Action
        Throws:
        Exception
      • getVariable

        public String getVariable()