[ADF-3745] Added docs for proc cloud services (#4183)

This commit is contained in:
Andy Stark
2019-01-18 14:30:34 +00:00
committed by Eugenio Romano
parent fdded83699
commit 27adae8e1e
11 changed files with 140 additions and 35 deletions

View File

@@ -33,6 +33,7 @@ export class AppsProcessCloudService {
/**
* Gets a list of deployed apps for this user by status.
* @param status Required status value
* @returns The list of deployed apps
*/
getDeployedApplicationsByStatus(status: string): Observable<ApplicationInstanceModel[]> {