This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

This section demonstrates how to configure the WSO2 Identity Server (IS) to connect to the Business Process Management (BPM) component of WSO2 Enterprise Integrator. This can be done by creating a BPM Workflow Engine and configuring it accordingly. You can have many engines configured in different profiles and use one of them when creating a workflow. 

  1. To create a BPM profile click on Configure > Workflow Engine Profiles > Add . The window below will be displayed.

  2. Fill in the details using the descriptions below to guide you and click Add.

    AttributeDescriptionSample Value
    Profile NameA unique name to identify the profile.WSO2BPS1 (This should contain of only letters and numbers)
    BPS Manager Host Services URLThe host URL of the BPS manager node. https://localhost:9444/services (this will point to the manager node of already running WSO2 BPS)
    BPS Worker Host Services URLThe host URL of the BPS worker node.https://localhost:9444/services  (this will point to the worker node of already running WSO2 BPS)
    UsernameThe username that is used to authenticate the user at the BPS. The requests to the BPS will be sent as this user and they should have the permission to deploy and invoke BPELs and perform human tasks.user1
    PasswordThe password of the user mentioned above.passwd


  • No labels