Skip to content

Latest commit

 

History

History

apim-bps-approval-workflow

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

API Manager approval workflow with BPS server

This docker setup demonstrate the API Manager application creation and subscription workflow approval setup using the Business Process Server humantask capabilities.

Versions

How to run

  1. Install docker into your setup environment.
  2. Clone this Git repository. If you need to download only this demo scenario follow this blog.
  3. Depending on the demo version you choose to run, download the desired wso2am-x.x.x.zip and wso2bps-x.x.x.zip WUM updated zip files.
  4. Copy the wso2am-x.x.x.zip and wso2bps-x.x.x.zip file into presales-demos/apim-bps-approval-workflow/vX.X.X/apim-bps-setup/ location.
  5. Go to presales-demos/apim-bps-approval-workflow/vX.X.X/ location and run the following commands.
    ## Below command will build and run the full setup.
    docker-compose build
    docker-compose up
    Optional
    If you need to start the services as background processes execute the following command.
    docker-compose up -d
    If you need to build the images individually you can execute the commands in-order as following.
    docker-compose build mysql-service
    docker-compose build apim-bps-service
    To run the services individually you can execute the commands in-order as following.
    docker-compose up mysql-service
    docker-compose up apim-bps-service
  6. To stop the services execute the following command.
    docker-compose down

How to test