# Missing workflows in UI, probably issue with visabilitySampling for cassandra

**URL:** https://community.temporal.io/t/missing-workflows-in-ui-probably-issue-with-visabilitysampling-for-cassandra/1908
**Category:** Community Support
**Created:** [April 11, 2021, 9:47am UTC](https://community.temporal.io/t/missing-workflows-in-ui-probably-issue-with-visabilitysampling-for-cassandra/1908 "2021-04-11T09:47:13Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![jonsve](https://sea2.discourse-cdn.com/flex016/user_avatar/community.temporal.io/jonsve/32/1626_2.png) [@jonsve](https://community.temporal.io/u/jonsve)
#### Post date: [April 11, 2021, 9:47am UTC](https://community.temporal.io/t/missing-workflows-in-ui-probably-issue-with-visabilitysampling-for-cassandra/1908/1 "2021-04-11T09:47:13Z")

</div>

Neither of our temporal services have **sample** in their logs (picture 1). We have a dynamic config loaded (picture 2 and 3) . But seems our workflows goes away from the visibility db anyway. I can find them using the tctl and they seem to still be running (picture 4).

 ![image](https://us1.discourse-cdn.com/flex016/uploads/temporal/original/1X/c2e042a9e62108c2d9dceae1b2f6f6aa29cf658e.png)  
 ![image](https://us1.discourse-cdn.com/flex016/uploads/temporal/original/1X/9d3261f7d170f94e4fba72a73a2d6d8ebc2637b2.png)  
 ![image](https://us1.discourse-cdn.com/flex016/uploads/temporal/original/1X/ff56d40ac9a701089e05912c83c5e54c381315ff.png)  
 ![image](https://us1.discourse-cdn.com/flex016/uploads/temporal/original/1X/ccd7bb290d7cc2ff4fb02cda08ab0cf35195871b.jpeg)

---

<div class="post-metadata">

### Author: ![samar](https://sea2.discourse-cdn.com/flex016/user_avatar/community.temporal.io/samar/32/12_2.png) [@samar](https://community.temporal.io/u/samar)
#### Post date: [April 11, 2021, 5:36pm UTC](https://community.temporal.io/t/missing-workflows-in-ui-probably-issue-with-visabilitysampling-for-cassandra/1908/2 "2021-04-11T17:36:51Z")

</div>

Just to confirm, are you using Cassandra persistence for visibility database?  
Can you share the config for persistence section?  
Can you confirm if the visibility keyspace is created in Cassandra? Most likely `temporal_visibility` or whatever it says in the config.

> But seems our workflows goes away from the visibility db anyway.

You said `goes away`, does that mean it was there for sometime and gets deleted? What is the retention for your namespace? Workflows are suppose to be deleted from visibility after the retention interval upon completion.

Can you also share the result of

```auto
tctl wf list

```

```auto
tctl wf list --open

```

---

<div class="post-metadata">

### Author: ![jonsve](https://sea2.discourse-cdn.com/flex016/user_avatar/community.temporal.io/jonsve/32/1626_2.png) [@jonsve](https://community.temporal.io/u/jonsve)
#### Post date: [April 11, 2021, 6:26pm UTC](https://community.temporal.io/t/missing-workflows-in-ui-probably-issue-with-visabilitysampling-for-cassandra/1908/3 "2021-04-11T18:26:17Z")

</div>

![image](https://us1.discourse-cdn.com/flex016/uploads/temporal/original/1X/c81c1db544593e98ba216b738153329738f143ff.png)  
 ![image](https://us1.discourse-cdn.com/flex016/uploads/temporal/original/1X/66cdf54852031dc2c728d2f132bb22a03cd8548b.png)

Those are the cassandra keyspaces
