Change same-process-execution setting to make it future proof

This commit is contained in:
Jan Oberhauser
2020-01-17 19:49:31 -06:00
parent 95cb1b2788
commit e5ae4c77eb
4 changed files with 16 additions and 13 deletions

View File

@@ -478,8 +478,6 @@ export class WorkflowExecute {
onCancel.shouldReject = false;
onCancel(() => {
console.log('got cancellled');
gotCancel = true;
});