mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +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);
|
await this.setProperty('processInstanceId', option);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
async setProcessDefinitionKey(option): Promise<void> {
|
||||||
|
await this.setProperty('processDefinitionKey', option);
|
||||||
|
}
|
||||||
|
|
||||||
async setProcessName(option): Promise<void> {
|
async setProcessName(option): Promise<void> {
|
||||||
await this.setProperty('processName', option);
|
await this.setProperty('processName', option);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user