Set page visibility by workflow

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.

Currently, page manipulation is not part of workflow functions, unfortunately.

Maybe you could achieve what you want by using permissions or layouts(and their expressions/roles)

1 Like

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.

1 Like