Class InstanceUpdateRecord
java.lang.Object
io.taktx.client.InstanceUpdateRecord
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 Summary
ConstructorsConstructorDescriptionInstanceUpdateRecord(long timestamp, UUID processInstanceId, io.taktx.dto.InstanceUpdateDTO update) Create a new InstanceUpdateRecord. -
Method Summary
-
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 occurredprocessInstanceId- the id of the process instance affectedupdate- the details of the update
-