Interface ISupportBeforeStartEvent

    • Method Detail

      • isSendBeforeStartEvent

        boolean isSendBeforeStartEvent()
        This property determines if an before-start event should be sent.
        Returns:
        true if an event should be sent before the workflow object's activity is about to being started, or false otherwise.
      • setSendBeforeStartEvent

        void setSendBeforeStartEvent​(boolean p_bSendBeforeStartEvent)
        This property determines if an before-start event should be sent.
        Parameters:
        p_bSendBeforeStartEvent - true if an event should be sent before the workflow object's activity is about to being started, or false otherwise.