Table of Contents

Search

  1. Preface
  2. Workflows
  3. Workflow Variables
  4. Workflow Parameters
  5. Cluster Tasks
  6. Command Task
  7. Human Task
  8. Mapping Task
  9. Notification Task
  10. Gateways
  11. Workflow Recovery
  12. Workflow Administration

Developer Workflow Guide

Developer Workflow Guide

Command Task Input

Command Task Input

Command task input is the data that passes into a Command task from workflow parameters and variables.
Assign a Command task configuration property to task input to define the value of the property in a workflow parameter or variable. The
Advanced
tab lists the Command task configuration properties.
For example, you assign the working directory to the same workflow parameter for all Command tasks in the workflow. You want each Command task to run the same command executable. In the parameter file, you set the workflow parameter value to the directory where the executable is located in the development environment. When you deploy the workflow to the production environment, each Command task must use the command executable located in the production environment. You change the value of the workflow parameter in the parameter file instead of editing each Command task in the Developer tool.
The Command task does not validate the working directory path. In the workflow context, a Command task can run successfully when the working directory path is not valid.

0 COMMENTS

We’d like to hear from you!