[DW-1530] - created extra method for process definition key set on filters (#5651)

This commit is contained in:
Vito
2020-04-29 11:35:03 +01:00
committed by GitHub
parent 7c0096eaa6
commit f76e6a3516

View File

@@ -119,6 +119,10 @@ export class EditProcessFilterCloudComponentPage {
await this.setProperty('processInstanceId', option);
}
async setProcessDefinitionKey(option): Promise<void> {
await this.setProperty('processDefinitionKey', option);
}
async setProcessName(option): Promise<void> {
await this.setProperty('processName', option);
}