congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
ProcessRuntime.signalEvent
Code IndexAdd Tabnine to your IDE (free)

How to use
signalEvent
method
in
org.kie.api.runtime.process.ProcessRuntime

Best Java code snippets using org.kie.api.runtime.process.ProcessRuntime.signalEvent (Showing top 2 results out of 315)

origin: jboss-switchyard/components

getProcessRuntime().signalEvent(faultEventId, fault, workItem.getProcessInstanceId());
origin: org.switchyard.components/switchyard-component-common-knowledge

getProcessRuntime().signalEvent(faultEventId, fault, workItem.getProcessInstanceId());
org.kie.api.runtime.processProcessRuntimesignalEvent

Javadoc

Signals the engine that an event has occurred. The type parameter defines which type of event and the event parameter can contain additional information related to the event. All process instances that are listening to this type of (external) event will be notified. For performance reasons, this type of event signaling should only be used if one process instance should be able to notify other process instances. For internal event within one process instance, use the signalEvent method that also include the processInstanceId of the process instance in question.

Popular methods of ProcessRuntime

  • getWorkItemManager
    Returns the WorkItemManager related to this session. This can be used to register new WorkItemHandle

Popular in Java

  • Finding current android device location
  • notifyDataSetChanged (ArrayAdapter)
  • getSupportFragmentManager (FragmentActivity)
  • findViewById (Activity)
  • Selector (java.nio.channels)
    A controller for the selection of SelectableChannel objects. Selectable channels can be registered w
  • Arrays (java.util)
    This class contains various methods for manipulating arrays (such as sorting and searching). This cl
  • GregorianCalendar (java.util)
    GregorianCalendar is a concrete subclass of Calendarand provides the standard calendar used by most
  • ResourceBundle (java.util)
    ResourceBundle is an abstract class which is the superclass of classes which provide Locale-specifi
  • HttpServletRequest (javax.servlet.http)
    Extends the javax.servlet.ServletRequest interface to provide request information for HTTP servlets.
  • JFileChooser (javax.swing)
  • Best plugins for Eclipse
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now