api
api copied to clipboard
Add workflow rules proto definitions
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