Page MenuHomePhabricator

[identity] db client methods to interact with workflows table
ClosedPublic

Authored by varun on Mar 5 2024, 10:55 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 18, 4:41 AM
Unknown Object (File)
Mon, Mar 17, 1:36 AM
Unknown Object (File)
Thu, Mar 13, 12:26 AM
Unknown Object (File)
Feb 18 2025, 2:27 PM
Unknown Object (File)
Feb 16 2025, 1:05 AM
Unknown Object (File)
Feb 16 2025, 1:05 AM
Unknown Object (File)
Feb 16 2025, 1:05 AM
Unknown Object (File)
Feb 16 2025, 1:05 AM
Subscribers

Details

Summary

methods to insert and get workflows from the workflows table. the insert method returns a UUID that will be returned to the gRPC client caller. we don't need a remove method because the TTL is enabled.

Depends on D11160

Test Plan

called the insert and get methods and got back the same WorkflowInProgress

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable