Class SendSignalAction

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

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

      • SendSignalAction

        public SendSignalAction​(org.jbpm.workflow.core.impl.NodeImpl node,
                                String variable,
                                String signalName,
                                boolean isAsync)
    • 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()
      • getSignalName

        public String getSignalName()