Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support custom search attributes on start workflow (#1825)
* Add GetIndexedKeys API * Add search attributes on start * Rename to GetSearchAttributes * Change to write Attr object, update return of read ops * Add query validation and preprocess for custom search attr * Fix lint * Add in signalwithstart * Add integration tests and refactor * Add SQL DB * Remove manual tests * Add size limit for search attribtues * Fix rebase error from master * Fix legacy bug in persistence test * trivial fixes * Add log for validation error * Fix rebase * Address comments * Add missing import * Address rebase issues * Move query validator to separate file * Fix schema version
- Loading branch information