api icon indicating copy to clipboard operation
api copied to clipboard

Add workflow rules proto definitions

Open ychebotarev opened this issue 10 months ago • 0 comments

What changed? Note: ->Previous PR we use to review<- It has lots of discussion, and current implementation is mostly what we settle on. With some changes from design review.

Add definitions for the following API:

  • CreateWorkflowRule
  • DescribeWorkflowRule
  • DeleteWorkflowRule
  • ListWorkflowRules

Add definitions for Rules, and Actions. Corresponding Server PR contains implementation of those APIs.

Why? Working on workflow rules.

Breaking changes New API is added.

Server PR

Implementation

ychebotarev avatar Mar 06 '25 17:03 ychebotarev