-
Notifications
You must be signed in to change notification settings - Fork 8
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-137: Update iwf-idl to latest to allow separate persistence loading policy for state API #82
Conversation
iwf/state_options.go
Outdated
WaitUntilApiSearchAttributesLoadingPolicy *iwfidl.PersistenceLoadingPolicy | ||
ExecuteApiSearchAttributesLoadingPolicy *iwfidl.PersistenceLoadingPolicy | ||
SearchAttributesLoadingPolicy *iwfidl.PersistenceLoadingPolicy | ||
WaitUntilApiDataAttributesLoadingPolicy *iwfidl.PersistenceLoadingPolicy | ||
ExecuteApiDataAttributesLoadingPolicy *iwfidl.PersistenceLoadingPolicy |
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.
Similar to https://github.com/indeedeng/iwf-python-sdk/pull/37/files#r1805101514 we can sort them and add some comments to make it more friendly
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.
Thanks! Done now ✅
iwf/state_options.go
Outdated
ExecuteApiRetryPolicy *iwfidl.RetryPolicy | ||
WaitUntilApiFailurePolicy *iwfidl.WaitUntilApiFailurePolicy | ||
ExecuteApiFailureProceedState WorkflowState | ||
WaitUntilApiSearchAttributesLoadingPolicy *iwfidl.PersistenceLoadingPolicy |
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.
The comments should be here, just lie Java docs
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.
Ah thanks! Didn't see this file at first. Done now ✅
Updating iwf-idl to latest to: Allow to use separate persistency loading policy for waitUntil
Depends on indeedeng/iwf#448
Closes indeedeng/iwf#387