System\Activities\WorkflowApplication.cs (8)
1547return instanceStore.Execute(temporaryHandle, command, timeout);
5668this.owner = this.store.Execute(this.temporaryHandle, GetCreateOwnerCommand(definitionIdentity), timeout).InstanceOwner;
5758this.store.Execute(this.temporaryHandle, new DeleteWorkflowOwnerCommand(), timeout);
5816this.store.Execute(this.handle, CreateSaveCommand(null, this.instanceMetadata, PersistenceOperation.Save), timeout);
5960this.store.Execute(this.handle, CreateSaveCommand(instance, (this.isLocked ? this.mutableMetadata : this.instanceMetadata), operation), timeout);
5966InstanceView view = this.store.Execute(this.handle, new LoadWorkflowCommand(), timeout);
5979InstanceView view = this.store.Execute(this.handle, new TryLoadRunnableWorkflowCommand(), timeout);
6046this.store.Execute(this.handle, saveCmd, timeout);