Interface IStartSignalEventElement

All Superinterfaces:
IProcessStart

public interface IStartSignalEventElement extends IProcessStart
A Signal Start element that is waiting for a signal pattern.
Since:
6.1.0
API:
This is a public API.
  • Method Details

    • getSignalPattern

      SignalCode getSignalPattern()
      Returns:
      the signal pattern that the signal start is waiting for.
      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.
    • shouldAttachToBusinessCase

      boolean shouldAttachToBusinessCase()
      Returns:
      true if the started case should be attached to the IBusinessCase of the firing element.
      API:
      This public API is available in IvyScript and Java. It has the visibility EXPERT.