temporalio/background-checks

[Bug] Empty Search Attributes

Closed this issue · 1 comments

What are you really trying to do?

I would like to view the status of all current workflow executions, but the status is empty.

Describe the bug

I started a new workflow and then listed the running workflows, but the status and email are empty.

Minimal Reproduction

$ cd background-checks
$ ./start
$ ./run-cli bgc-company --email your@example.com
Created check
$ ./run-cli bgc-company list
Background Checks:
ID: <RUN_ID> Email:  Status: 

Environment/Versions

MacOS 13.5 Ventura
Intel i9
commit: 0425e40

I think this is fixed by #47 because this is working for me now. Please retry once that is merged and confirm.