Update duo_workflow checkpoints rake task to use UUIDs for thread_ts and parent_ts
What does this MR do and why?
Update the duo_workflow rake task to use UUIDs instead of timestamps for thread_ts and parent_ts fields, aligning with the changes made to the main codebase.
This change ensures that the rake task generates test data that matches the new UUID-based format for these fields.
Changes made
- Replace timestamp-based
thread_tswithSecureRandom.uuid - Replace timestamp-based
parent_tswithSecureRandom.uuid - Keep the
timestampvariable for internal checkpoint data structure
References
Related to #560130 (closed)
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.