diff --git a/docs/app/parent-child.adoc b/docs/app/parent-child.adoc index 0f06bd0..0ac13d1 100644 --- a/docs/app/parent-child.adoc +++ b/docs/app/parent-child.adoc @@ -182,10 +182,7 @@ parent: - RUNNER_REMOVED ---- -=== Filtering Events Based on Commands -There is a Command Publishing Blocklist that allows commands to be added to the list through the UI. Any events involving -requests for commands in the blocklist will be filtered out and not sent to the parent. +==== Filtering Events Based on Commands +There is a Command Publishing Blocklist that allows commands to be added to the list through the UI found in the admin section of the navigation bar under Command Publishing Blocklist. Any events involving requests for commands in the blocklist will be filtered out and not sent to the parent. -An issue with adding a command to the list will make any request for that command created on the parent garden and sent -to the child will be stuck in created on the parent garden's database since the child garden will not send the request events -corresponding to the command back to the parent. +WARNING: Once a command has been added to the blocklist, tasking status will no longer be available on the parent garden. If a blocked command is tasked through the parent garden, the request will still be forwarded to the child and executed. However, the parent will always show a status of CREATED, as the child will no longer be publishing task updates back up to the parent.