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
https://github.com/uber/cadence/blob/70f3f582c91f1bb2e265287d91390a1d31e2c2de/common/definition/indexedKeys.go#L48 It's a system defined attribute in server and it's being used by go client by system: https://github.com/uber-go/cadence-client/blob/90498dff0c292bf08a868b979d867d7b74196079/internal/workflow.go#L990
https://github.com/uber-go/cadence-client/blob/90498dff0c292bf08a868b979d867d7b74196079/internal/internal_task_handlers.go#L1203
We should implement this also in java client similar as go client https://github.com/uber-go/cadence-client/blob/90498dff0c292bf08a868b979d867d7b74196079/internal/internal_task_handlers.go#L1203
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
https://github.com/uber/cadence/blob/70f3f582c91f1bb2e265287d91390a1d31e2c2de/common/definition/indexedKeys.go#L48
It's a system defined attribute in server
and it's being used by go client by system:
https://github.com/uber-go/cadence-client/blob/90498dff0c292bf08a868b979d867d7b74196079/internal/workflow.go#L990
https://github.com/uber-go/cadence-client/blob/90498dff0c292bf08a868b979d867d7b74196079/internal/internal_task_handlers.go#L1203
We should implement this also in java client similar as go client https://github.com/uber-go/cadence-client/blob/90498dff0c292bf08a868b979d867d7b74196079/internal/internal_task_handlers.go#L1203
The text was updated successfully, but these errors were encountered: