Skip to content
This repository has been archived by the owner on Jul 28, 2020. It is now read-only.

Commit

Permalink
Remove workflow name when selecting self
Browse files Browse the repository at this point in the history
  • Loading branch information
pylebecq committed Jan 20, 2020
1 parent 37d4f31 commit 26126b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Code/serverless/Decider/Workflow.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ const workflow = function workflow(name, definition) {
}

_selectSelf() {
return new Select(this._processor).workflow(name).withId(this.context.id);
return new Select(this._processor).workflow().withId(this.context.id);
}
};

Expand Down

0 comments on commit 26126b3

Please sign in to comment.