Skip to content

Commit 929b2de

Browse files
authored
Remove comment on workflow id data usage
Removed comment about using workflow id for data storage.
1 parent d691cbe commit 929b2de

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/defining-workflows/workflow-id.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ class MyActivity extends Activity
2626
{
2727
$workflowId = $this->workflowId();
2828

29-
// Use the workflow id to store data in a cache or database
3029
Cache::put("workflow:{$workflowId}:data", 'some data');
3130
}
3231
}

0 commit comments

Comments
 (0)