Echo Workflow mcp

Simple workflow that echoes input parameters

Back
Workflow Information

ID: echo_workflow_mcp

Namespace: testing

Version: 1

Created: 2025-07-15

Updated: 2025-07-15

Tasks: 1

Quick Actions
Manage Secrets
Inputs
Name Type Required Default
pdf_url_data string Required None
Outputs
Name Type Source
echo_result object Echo results
Tasks
get_dynamic_data
mcp

get data

YAML Source
id: echo_workflow_mcp
name: Echo Workflow mcp
tasks:
- id: get_dynamic_data
  name: Get Time with Dynamic Parameters
  type: mcp
  tool_name: ocr_pdf_url
  description: get data
  deployment_id: pod-tldususf
  tool_arguments:
    pdf_url: ${pdf_url_data}
  timeout_seconds: 30
inputs:
  pdf_url_data:
    type: string
    required: true
    description: Message to echo
outputs:
  echo_result:
    type: object
    source: get_dynamic_data
    description: Echo results
version: 1
namespace: testing
description: Simple workflow that echoes input parameters
Execution ID Status Started Duration Actions
3b16e338... COMPLETED 2025-07-17
04:54:18
N/A View
e0b52903... COMPLETED 2025-07-16
05:49:23
N/A View
c69cb2d1... COMPLETED 2025-07-16
05:02:32
N/A View
4c844d3f... COMPLETED 2025-07-16
04:59:13
N/A View
9f24ba1e... COMPLETED 2025-07-15
14:42:05
N/A View