Skip to content

Commit

Permalink
Add async workflow config to DomainInfo sql blob (#158)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylanisikdemir authored Jan 27, 2024
1 parent e98679f commit 29d89d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions thrift/sqlblobs.thrift
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,8 @@ struct DomainInfo {
54: optional i64 (js.type = "Long") lastUpdatedTime
56: optional binary isolationGroupsConfiguration
58: optional string isolationGroupsConfigurationEncoding
60: optional binary asyncWorkflowConfiguration
62: optional string asyncWorkflowConfigurationEncoding
}

struct HistoryTreeInfo {
Expand Down

0 comments on commit 29d89d5

Please sign in to comment.