mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[DW-1530] - created extra method for process definition key set on filters (#5651)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user