Binumon
Binumon

Reputation: 51

wso2 Business Process server 3.5.1 integration with WSO2 API manager 1.10.0

Application creation workflow - Approval task is not showing in API Manager admin-dashboard after creating a new Application. [Tried with different users]

When I am checking in Business Process Server Management Console --> Human Tasks, It shows the list of Claimable talks. When I select from the list of Claimable tasks, it show the following error.

Task request information cannot be loaded. Please check ApproveApplication-input.jsp file available inside Human Task package web directory.

Could you please suggest, how could I fix this issue?

Upvotes: 2

Views: 114

Answers (1)

Abimaran Kugathasan
Abimaran Kugathasan

Reputation: 32498

You have to do the below step as instructed under Configuring the API Manager heading.

Open the <APIM_HOME>/repository/deployment/server/jaggeryapps/admin-dashboard/site/conf/site.json file and configure workFlowServerURL under workflows to point to the BPS server (e.g. "workFlowServerURL": "https://localhost:9445/services/")

Upvotes: 1

Related Questions