Running workflows
A description of the files referenced by the sample The z/OSMF workflows, and how you run a workflow.
Workflow variable declaration files
Workflow variable declaration file name | Description |
---|---|
common_variables.xml | Variables common to both the queue manager (plus channel initiator) and queue workflows. |
qmgr_variables.xml | Variables specific to the queue manager (plus channel initiator) workflows. |
queue_variables.xml | Variables specific to the queue workflows. |
tcpip_variables.xml | Variables specific to the queue manager (plus channel initiator) workflows, and used for identifying TCP/IP resources. |
Running the workflows
Workflow variable properties file name | Description |
---|---|
workflow_variables.properties | Initial properties for the workflow variables. Comments in the file indicate the purpose of
each property.
|
In general, once the properties have been set, the workflows can be run as is. However, if required, you can customize a workflow to modify or remove existing steps, or to add new steps.
- From the z/OSMF WUI.
From Cloud Provisioning -> Software Services in the WUI, workflows can be run in automatic or manual mode. The manual mode is useful when testing, and in both modes the progress of each step in the workflow can be monitored.
For more details, see Cloud provisioning services and Create a workflow.
- Using the z/OSMF REST Workflow Services.
The REST Workflow Services can be used to run workflows through a REST API. This mode is useful for creating one-click operations from a user-written portal.
For more details, refer to Cloud provisioning REST APIs, and also see z/OSMF workflow services.
- Using the sample marketplace portal provided with z/OSMF.