You can retrieve the workflow setup status using the following API:
Request
GET http://<Gateway_url>/Setup-Workflow-Requirements/install-all-requirements
Successful
response
{
status: "SUCCESS",
payload: {
message: "Setup requirements successfully, you can close this tab"
}
}