Skip to content
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

Merged
merged 3 commits into from
Nov 14, 2024

Conversation

ktrops
Copy link
Contributor

@ktrops ktrops commented Nov 13, 2024

Description

Checklist

  • Code compiles correctly
  • Tests for the changes have been added
  • All tests passing
  • This PR change is backwards-compatible
  • This PR CONTAINS a (planned) breaking change (it is NOT backwards-compatible)

Related Issue

Closes #<issue_number>


@Override
public CommandRequest waitUntil(Context context, String input, Persistence persistence, Communication communication) {
return CommandRequest.forAnyCommandCompleted(SignalCommand.create("__IwfSystem_ExecuteRpc", 1));
Copy link
Contributor

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
Copy link
Contributor

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

Copy link
Contributor

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!!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here's the MR

@samuel27m samuel27m self-requested a review November 14, 2024 17:09
@ktrops ktrops merged commit 055ceaf into main Nov 14, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants