Using 2023.3, and wondering if changing the boolean visibility flag on a page is possible via workflow.
I want to use a Boolean field in what amounts to a Settings module record. If the boolean field is equal to false, then page.handle’s visibility would be set to false.
I would probably use the function option, inside the workflow, with a type of http request to create a post request on the /compose/namespace/{nsID}/page/{pageID} endpoint. You might be able to edit what you need there.