Changes made in z/OSMF Version 2 Release 1, SA32-1066-08

This document contains information that was previously presented in IBM z/OS Management Facility Programming, SA32-1066-07, which supported IBM® z/OS® Management Facility Version 2 Release 1. This document contains new or revised information.

New information

When you install the January 2017 functional updates, new functions are added to z/OSMF V2R1.

Changed information

When you install the January 2017 functional updates, changes are made to z/OSMF V2R1.
  • Enhancements are made to the Workflows XML schema that is supplied with z/OSMF. This file provides the XML syntax and rules for creating a workflow definition. The enhancements allow workflow authors to create workflow REST steps, which are steps that issue Representational State Transfer (REST) requests, such as GET or PUT.

    For information about REST steps and the schema elements that you can use to create them, see REST steps.

  • Enhancements are made to the z/OS Workflows REST interface services API. This programming interface allows the caller to create and manage z/OSMF workflows on a z/OS system. The enhancements support the use of REST steps, as follows:
    • The service that is described in Get the properties of a workflow is updated to return the properties of a step that issues a REST request. The properties are included in the step-info JSON object that is returned to the requester.
    • The service that is described in Retrieve a workflow definition is updated to return the schema elements for the REST steps in a workflow.
  • New terms are introduced. To help you distinguish REST steps from other types of steps, the terms template step and REST step are introduced in this publication, as follows:
    • Template step is used to indicate a step that runs a program, such as a JCL job, REXX exec, or UNIX shell script
    • REST step is used to indicate a step that issues a REST request, such as GET or PUT.
  • To give workflow authors more control over how variables are used, the following options are added to the Workflows XML schema: