Class InstanceUpdateRecord

java.lang.Object
io.taktx.client.InstanceUpdateRecord

public class InstanceUpdateRecord extends Object
A record representing an update to a process instance scope or flow node instance, including the timestamp of the update,the ID of the process instance, and the details of the update.
  • Constructor Details

    • InstanceUpdateRecord

      public InstanceUpdateRecord(long timestamp, UUID processInstanceId, io.taktx.dto.InstanceUpdateDTO update)
      Create a new InstanceUpdateRecord.
      Parameters:
      timestamp - the epoch millis timestamp when the update occurred
      processInstanceId - the id of the process instance affected
      update - the details of the update