-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IWF-122: add set search attributes and set data attributes #262
Conversation
|
||
@Override | ||
public CommandRequest waitUntil(Context context, String input, Persistence persistence, Communication communication) { | ||
return CommandRequest.forAnyCommandCompleted(SignalCommand.create("__IwfSystem_ExecuteRpc", 1)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a neat trick. TIL 🙌
@@ -30,8 +30,10 @@ for run in {1..120}; do | |||
sleep 0.1 | |||
temporal operator search-attribute create --name CustomStringField --type Text | |||
sleep 0.1 | |||
temporal operator search-attribute create --name CustomKeywordArrayField --type KeywordList |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you do the same update in the IWF docker init script? This one: https://github.com/indeedeng/iwf/blob/main/docker-compose/init-ci-temporal.sh
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry I missed it, you already have that created! Apologies!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here's the MR
Description
Checklist
Related Issue
Closes #<issue_number>