Pipedream · Arazzo Workflow

Pipedream Reload Dynamic Component Props

Version 1.0.0

Retrieve a component, then reload its dynamic props from the current configuration.

1 workflow 1 source API 1 provider
View Spec View on GitHub Pro-Code-API-CompositionWorkflowsConnectMCPEmbedded IntegrationsManaged AuthAI AgentsArazzoWorkflows

Provider

pipedream

Workflows

reload-component-props
Inspect a component and recompute its dynamic props from configured values.
Retrieves the component, then reloads its dynamic prop definitions based on the currently configured props for the external user.
2 steps inputs: componentId, configuredProps, environment, externalUserId, projectId outputs: configurableProps, dynamicProps
1
retrieveComponent
Retrieve the component to confirm its configurable props before reloading the dynamic ones.
2
reloadProps
Reload the component's dynamic prop definitions based on the currently configured props for the external user.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Pipedream Reload Dynamic Component Props
  summary: Retrieve a component, then reload its dynamic props from the current configuration.
  description: >-
    The dynamic-props refresh pattern in Pipedream Connect. After a prop value
    changes, a component's downstream props may need to be recomputed. The
    workflow retrieves the component to confirm its props, then reloads the prop
    definitions based on the currently configured props for the external user.
    Every step spells out its request inline so the flow can be read and
    executed without opening the underlying OpenAPI description.
  version: 1.0.0
sourceDescriptions:
- name: componentsApi
  url: ../openapi/pipedream-components-api-openapi.yml
  type: openapi
workflows:
- workflowId: reload-component-props
  summary: Inspect a component and recompute its dynamic props from configured values.
  description: >-
    Retrieves the component, then reloads its dynamic prop definitions based on
    the currently configured props for the external user.
  inputs:
    type: object
    required:
    - projectId
    - environment
    - externalUserId
    - componentId
    - configuredProps
    properties:
      projectId:
        type: string
        description: The project ID, which starts with proj_.
      environment:
        type: string
        description: The Connect environment (development or production).
      externalUserId:
        type: string
        description: The end user identifier the props are reloaded for.
      componentId:
        type: string
        description: The key of the component whose dynamic props are reloaded.
      configuredProps:
        type: object
        description: The currently configured props that drive the dynamic prop computation.
  steps:
  - stepId: retrieveComponent
    description: >-
      Retrieve the component to confirm its configurable props before reloading
      the dynamic ones.
    operationId: retrieveComponent
    parameters:
    - name: project_id
      in: path
      value: $inputs.projectId
    - name: x-pd-environment
      in: header
      value: $inputs.environment
    - name: component_id
      in: path
      value: $inputs.componentId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      componentName: $response.body#/data/name
      configurableProps: $response.body#/data/configurable_props
  - stepId: reloadProps
    description: >-
      Reload the component's dynamic prop definitions based on the currently
      configured props for the external user.
    operationId: reloadComponentProps
    parameters:
    - name: project_id
      in: path
      value: $inputs.projectId
    - name: x-pd-environment
      in: header
      value: $inputs.environment
    requestBody:
      contentType: application/json
      payload:
        id: $inputs.componentId
        external_user_id: $inputs.externalUserId
        configured_props: $inputs.configuredProps
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      dynamicProps: $response.body#/dynamicProps
      observations: $response.body#/observations
  outputs:
    configurableProps: $steps.retrieveComponent.outputs.configurableProps
    dynamicProps: $steps.reloadProps.outputs.dynamicProps

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/pipedream-reload-component-props-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.