diff --git a/module/execution/view/task.html.php b/module/execution/view/task.html.php
index b8e969cbf2..6da2ab904f 100644
--- a/module/execution/view/task.html.php
+++ b/module/execution/view/task.html.php
@@ -149,13 +149,13 @@ body {margin-bottom: 25px;}
createLink('task', 'create', "executionID=$executionID");
+ $actionLink = $this->createLink('task', 'create', "executionID=$executionID" . (isset($moduleID) ? "&storyID=0&moduleID=$moduleID" : ""));
echo html::a($actionLink, " {$lang->task->create}", '', "class='btn btn-primary'");
?>