Variables and Parameters for Resubmit Event

When the cancelled event or event with errors is resubmitted:

  • The isProcessResubmitted variable in the Process Definition Selection BPR evaluates to true.
  • The global boolean parameter, isResubmitEvent, is added to the resubmitted message. For resubmitted events, the value of this parameter is true. This field is helpful in differentiating between regular and resubmitted events. Based on this parameter, the isProcessResubmitted variable is set to either true or false.

    This parameter is useful in making appropriate transitions for a resubmitted event.

    <Parameter direction="in" name="inDoc" description="Test this out" type="document" eval="variable">1</Parameter>
    <Parameter direction="in" name="isResubmitEvent" type="boolean" eval="variable">2</Parameter>