Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tink-worker] Use workflowID instead of workerID in getWorkflowData (#…
…604) ## Description All other workflow data operations in tink-worker are using workflowID, this aligns getWorkflowData to use the same convention. ## Why is this needed This was causing tink-worker to fail to successfully run through workflows complaining that it couldn't open the right data file for tracking the workflow. ## How Has This Been Tested? Tested this locally using the sandbox configured to use the latest published components, and a version of tink-worker that I had build and pushed to a registry that I control. ## How are existing users impacted? What migration steps/scripts do we need? No existing users should be impacted, since the issue does not exist in the previous sandbox release.
- Loading branch information