#1058 fix start process

This commit is contained in:
Mario Romano
2016-11-11 17:40:23 +00:00
parent da94aebbc4
commit c60014ef0b
2 changed files with 7 additions and 2 deletions

View File

@@ -63,6 +63,9 @@ export class ActivitiStartForm extends ActivitiForm implements OnInit, AfterView
@Input()
showOutcomeButtons: boolean = false;
@Input()
showRefreshButton: boolean = true;
@ViewChild('outcomesContainer', {})
outcomesContainer: ElementRef = null;