Workday · Arazzo Workflow

Workday Review Talent Profile

Version 1.0.0

Confirm a worker, then assemble their talent profile, skills, and certifications.

1 workflow 2 source APIs 1 provider
View Spec View on GitHub Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSoftware-as-a-ServiceArazzoWorkflows

Provider

workday

Workflows

review-talent-profile
Resolve a worker, then assemble talent profile, skills, and certifications.
Reads the worker, then assembles the worker's talent profile, skills, and certifications into a single talent picture.
4 steps inputs: authorization, workerId outputs: certifications, skills, talentProfile, workerDescriptor
1
getWorker
Confirm the worker exists before assembling talent data.
2
getTalentProfile
Read the worker's talent profile.
3
getSkills
Read the worker's skills.
4
getCertifications
Read the worker's certifications.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Workday Review Talent Profile
  summary: Confirm a worker, then assemble their talent profile, skills, and certifications.
  description: >-
    A talent review flow. It resolves the worker and then assembles a talent
    picture by reading their talent profile, their skills, and their
    certifications. 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
  x-realizes-capability-ids:
  - BC-300.20
  - BC-300.70
  x-capability-derivation:
    method: 'deterministic join: sourceDescriptions -> per-tag OpenAPI -> tag/capability edge. No classification at this step.'
    min_confidence: 0.7
    sources:
    - capability_id: BC-300.20
      capability_name: Talent Management
      spec: workday-talent-profiles-api-openapi.yml
      confidence: 0.85
    - capability_id: BC-300.70
      capability_name: HR Operations Management
      spec: workday-workers-api-openapi.yml
      confidence: 0.85
    model: Turbo EA Capabilities by Vincent Verdet — Turbo EA, https://github.com/vincentmakes/turbo-ea-capabilities, CC BY 4.0
sourceDescriptions:
- name: talentProfilesApi
  url: ../openapi/workday-talent-profiles-api-openapi.yml
  type: openapi
- name: workersApi
  url: ../openapi/workday-workers-api-openapi.yml
  type: openapi
workflows:
- workflowId: review-talent-profile
  summary: Resolve a worker, then assemble talent profile, skills, and certifications.
  description: >-
    Reads the worker, then assembles the worker's talent profile, skills, and
    certifications into a single talent picture.
  inputs:
    type: object
    required:
    - authorization
    - workerId
    properties:
      authorization:
        type: string
        description: OAuth2 bearer token, e.g. "Bearer eyJ...".
      workerId:
        type: string
        description: The Workday ID of the worker.
  steps:
  - stepId: getWorker
    description: Confirm the worker exists before assembling talent data.
    operationId: getWorkerById
    parameters:
    - name: Authorization
      in: header
      value: $inputs.authorization
    - name: ID
      in: path
      value: $inputs.workerId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      workerDescriptor: $response.body#/descriptor
  - stepId: getTalentProfile
    description: Read the worker's talent profile.
    operationId: getTalentProfile
    parameters:
    - name: Authorization
      in: header
      value: $inputs.authorization
    - name: ID
      in: path
      value: $inputs.workerId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      talentProfile: $response.body
  - stepId: getSkills
    description: Read the worker's skills.
    operationId: getWorkerSkills
    parameters:
    - name: Authorization
      in: header
      value: $inputs.authorization
    - name: ID
      in: path
      value: $inputs.workerId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      skills: $response.body#/data
  - stepId: getCertifications
    description: Read the worker's certifications.
    operationId: getWorkerCertifications
    parameters:
    - name: Authorization
      in: header
      value: $inputs.authorization
    - name: ID
      in: path
      value: $inputs.workerId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      certifications: $response.body#/data
  outputs:
    workerDescriptor: $steps.getWorker.outputs.workerDescriptor
    talentProfile: $steps.getTalentProfile.outputs.talentProfile
    skills: $steps.getSkills.outputs.skills
    certifications: $steps.getCertifications.outputs.certifications

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/workday-review-talent-profile-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.