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)
Sun, May 12, 11:31 PM
Unknown Object (File)
Sun, May 12, 11:31 PM
Unknown Object (File)
Sun, May 12, 11:31 PM
Unknown Object (File)
Sun, May 12, 11:31 PM
Unknown Object (File)
Sun, May 12, 11:09 PM
Unknown Object (File)
Fri, Apr 26, 6:29 AM
Unknown Object (File)
Apr 7 2024, 8:16 PM
Unknown Object (File)
Apr 7 2024, 8:16 PM
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