PIPM gate, START_PIPELINE function

Start a requester or provider pipeline.

Input Parameters

MODE
Parameter indicating whether the pipeline is to be started for a service requester or for a service provider.
Values for the parameter are:
  • PROVIDER
  • REQUESTER
PIPELINE
The name of the PIPELINE resource.
CHANNEL
Optional Parameter
The name of a channel holding containers to be passed to the pipeline.
TRANSPORT_NAME
Optional Parameter
Depending upon the value of the TRANSPORT_TYPE parameter, the name of a TCPIPSERVICE or an MQ queue to be passed to the pipeline.
TRANSPORT_TYPE
Optional Parameter
Parameter indicating the type of transport.
Values for the parameter are:
  • HTTP
  • MQ
WEBSERVICE
Optional Parameter
The name of the WEBSERVICE to be invoked for this pipeline.

Output Parameters

REASON
The following values are returned when RESPONSE is DISASTER:
  • ABEND
  • LOCK_FAILURE
  • LOOP
The following values are returned when RESPONSE is EXCEPTION:
  • CHANNEL_ERROR
  • CONTEXT_SWITCH_FAILED
  • NO_CHANNEL
  • PIPELINE_MODE_MISMATCH
  • PIPELINE_NOT_ACTIVE
  • PIPELINE_NOT_FOUND
  • RZ_CREATE_FAILURE
  • RZ_TRANSPORT_ERROR
  • TARGET_PROGRAM_UNAVAILABLE
  • UNHANDLED_NODE_FAILURE
The following values are returned when RESPONSE is INVALID:
  • INVALID_FORMAT
  • INVALID_FUNCTION
The following values are returned when RESPONSE is PURGED:
  • TASK_CANCELLED
  • TIMED_OUT
RESPONSE
Indicates whether the domain call was successful. For more information, see RESPONSE parameter on domain interfaces.