Siebel Database Upgrade Guide for DB2 for z/OS > REST API References for Migration Services > Using REST API with the Migration Incremental Runtime Repository Data Service >

Activating the Workflow and Taskflow with the Migration Incremental Runtime Repository Data Service


You can activate the workflow and taskflow after importing the incremental runtime repository by sending an HTTP POST request to the repository resource's URL.

The following details are for a request to activate the workflow and taskflow for a resource:

  • URI: http://<host>:<port>/siebel/v1.0/service/Migration Runtime Repository Data Service/ActivateWorkflowsTasks
  • HTTP Method: POST
  • Content-Type: application/json
  • Authorization: Basic
  • Request body:

    {
      "body":{}
    }

The following are the details for the response to a successful request:

  • HTTP Code: 200
  • Content-Type: application/json
  • Response parameters:
    • status: Returns a value for the status of the request,
      • running: Indicates that the resource is running.
      • success: Indicates that the request was completed successfully.
      • error: Indicates that the request failed and the error parameter is populated with an error message.
  • Response body:

    {
    "status":"success"
    }

Siebel Database Upgrade Guide for DB2 for z/OS Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.