Temenos · Arazzo Workflow

Temenos Journey Manager Complete Submission Delivery

Version 1.0.0

Look up a form submission and mark its delivery to the receiving system as complete.

1 workflow 1 source API 1 provider
View Spec View on GitHub BankingCloud BankingCore BankingDigital BankingFinancial-ServicesFintechOpen BankingPaymentsWealth ManagementArazzoWorkflows

Provider

temenos

Workflows

complete-submission-delivery
Retrieve a submission and complete its delivery.
Looks up a form submission by id and marks its delivery to the receiving system as complete.
2 steps inputs: submissionId outputs: submissionId, submissionStatus
1
getSubmission
Retrieve the submission to confirm it exists and capture its current status before completing delivery.
2
completeDelivery
Mark the submission's delivery to the receiving system as completed after successful processing.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Temenos Journey Manager Complete Submission Delivery
  summary: Look up a form submission and mark its delivery to the receiving system as complete.
  description: >-
    Digital onboarding delivery flow in Temenos Journey Manager. The workflow
    retrieves a form submission to confirm it exists and inspect its current
    status, then marks the submission's delivery to the receiving system as
    complete once it has been processed. Every step inlines its request so the
    chain is self-describing.
  version: 1.0.0
sourceDescriptions:
- name: deliveryApi
  url: ../openapi/temenos-delivery-api-openapi.yml
  type: openapi
workflows:
- workflowId: complete-submission-delivery
  summary: Retrieve a submission and complete its delivery.
  description: >-
    Looks up a form submission by id and marks its delivery to the receiving
    system as complete.
  inputs:
    type: object
    required:
    - submissionId
    properties:
      submissionId:
        type: string
        description: Identifier of the form submission to complete.
  steps:
  - stepId: getSubmission
    description: >-
      Retrieve the submission to confirm it exists and capture its current
      status before completing delivery.
    operationId: getSubmission
    parameters:
    - name: submissionId
      in: path
      value: $inputs.submissionId
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      submissionId: $response.body#/submissionId
      status: $response.body#/status
  - stepId: completeDelivery
    description: >-
      Mark the submission's delivery to the receiving system as completed after
      successful processing.
    operationId: completeDelivery
    parameters:
    - name: submissionId
      in: path
      value: $steps.getSubmission.outputs.submissionId
    successCriteria:
    - condition: $statusCode == 200
  outputs:
    submissionId: $steps.getSubmission.outputs.submissionId
    submissionStatus: $steps.getSubmission.outputs.status

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/temenos-journey-complete-submission-delivery-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.