Reload processlist after starting new process

Refs #1036
This commit is contained in:
Will Abson
2016-11-10 15:52:23 +00:00
parent 3c7817a44e
commit 4f22a4da14
5 changed files with 43 additions and 12 deletions

View File

@@ -111,6 +111,13 @@ export class ActivitiProcessInstanceListComponent implements OnInit, OnChanges {
});
}
public reload() {
if (this.filter) {
let requestNode = this.convertProcessInstanceToTaskQuery(this.filter);
this.load(requestNode);
}
}
/**
* Create an array of ObjectDataRow
* @param processes