Skip to content

Commit

Permalink
set ex back to paused state after pause init
Browse files Browse the repository at this point in the history
  • Loading branch information
sotojn committed Sep 20, 2024
1 parent a38a8f9 commit 8716472
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,8 @@ export class ExecutionController {
this.server.executionReady = true;
if (this.startOnPaused) {
await this.pause();
/// We need to set the status back to paused
await this.executionStorage.setStatus(this.exId, 'paused');
}
}

Expand Down

0 comments on commit 8716472

Please sign in to comment.