Skip to content

Commit 0d3cf0f

Browse files
fix grammar
Signed-off-by: Ender Demirkaya <enderd@uber.com>
1 parent d77b972 commit 0d3cf0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blog/2026-01-13-cadence-in-2025/2026-01-13-cadence-in-2025.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Cadence provides a simple SQL language to filter and list workflows. However, it
126126
## Custom Workflow Controls
127127

128128
![custom-workflow-controls.png](./custom-workflow-controls.png)
129-
A very common case for some domains is to have separate documentation for their domains and workflows where the documentation describes what workflow to start or signal. Then the user would copy paste the command and run against CLI. This could be for triggering a large data pipeline, training a new AI model, starting an experiment with new parameters, starting an oncall diagnostics, executing a runbook action. You decide. Cadence will allow you to take these actions directly from your documentation.
129+
A very common case for some domains is to have separate documentation for their domains and workflows where the documentation describes what workflow to start or signal. Then the user would need to copy+paste the command to a terminal. You could use this for triggering a large data pipeline, training a new AI model, starting an experiment with new parameters, starting an oncall diagnostics, executing a runbook action. You decide. Cadence allows you to take action directly from your documentation.
130130

131131
Currently this is supported in workflow queries but this will be extended to other areas. It’s the familiar markdown format with an extension to support adding custom start and signal buttons. It’s implemented in a secure way as it doesn’t allow running javascript code inside the markdown doc. Be on the lookout for the codelab for this feature!
132132

0 commit comments

Comments
 (0)