Cadence Advanced Visibility

Advanced Visibility allows users to search (via CLIs, APIs and Cadence Web) for running or previously executed Cadence workflows with a custom SQL-like query.

For example, you can create workflows with keys Location and StartTime, then search all workflows with Location = ‘Sydney’ and StartTime > ‘2022-03-01T11:00:00+11:00’.

Without Advanced Visibility, the relevant APIs will generally return a complete list of all workflows.

Enabling advanced visibility requires the use of Apache Kafka® and OpenSearch clusters which will be used by the Cadence cluster.

Advanced visibility is available via CLI, APIs(Go and Java) and Cadence Web as illustrated in the examples below.

Example: 

Command Line Interface (CLI)

APIs (Java)

Cadence Web UI

Please contact [email protected] if you have any questions.