Vellum provides a convenient way to directly access Prompt and Workflow Execution Details using just the Execution ID. This feature makes it easier to cross-link to specific Vellum executions from your internal tools, issue trackers, or monitoring systems for debugging purposes.
The format for accessing Prompt or Workflow Execution Details is:
Simply replace <execution-id> with the actual Execution ID of the Workflow you want to view.
Direct execution URLs are particularly useful for:
You can obtain workflow Execution IDs from:
Here’s an example of how you might include a direct execution URL in an error logging system:
This direct linking capability makes it easy to reference specific executions in your internal systems without needing to navigate through the Vellum UI, streamlining your debugging and monitoring workflows.