Skip to Main Content
IBM Data Platform Ideas Portal for Customers


This portal is to open public enhancement requests against products and services offered by the IBM Data Platform organization. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:


Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,


Post your ideas

Post ideas and requests to enhance a product or service. Take a look at ideas others have posted and upvote them if they matter to you,

  1. Post an idea

  2. Upvote ideas that matter most to you

  3. Get feedback from the IBM team to refine your idea


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

IBM Employees should enter Ideas at https://ideas.ibm.com



Status Submitted
Workspace Cloud Pak for Data
Components DataStage
Created by Guest
Created on Sep 30, 2025

Orchestration pipeline as a pipeline runner from CPD SaaS UI, including the schedule

Hello IBM Product Team.

We request the options where the Orchestration pipeline as a pipeline runner from CPD SaaS UI, where the Jobs executed in DataStage Anywhere.

This requirement arises when we encounter stages that require executing bash commands in remote directories, we tried compiling pipelines and running jobs from the CPDSaaS UI console, the remote directories were inaccessible. Therefore, we decided to use cpdctl dsjob to compile the pipeline, execute the job, and schedule it, achieving a successful compilation and execution.

These are the pipeline compilation and Job execution commands.

export project_id=d670b3b7-4ddb-4621-8b01-6a9871f261ac
export pipeline_id=328f304e-a724-4c01-ae8e-d6cac48281d3
./cpdctl dsjob compile-pipeline --project-id $project_id --id $pipeline_id --code
./cpdctl dsjob run-pipeline --project-id $project_id --id $pipeline_id --optimize=true --wait 200 --param PRS_WRK.PRM_PATH_STAGING="/desa/ibm"

And after scheduled with:
export job_id=d5f26a48-4ed7-4f9c-9bf7-4f8683e8d108
./cpdctl dsjob schedule-job --project-id $project_id --name "SEQ_COMMAND.DataStage sequence job" --schedule-start 2025-08-29:17:01 --schedule-end 2025-08-29:18:01 --repeat every --minutes 15

Additionally, I request the option to schedule these pipelines from CPD SaaS UI.

Thanks in advance.

Needed By Quarter