# Policy Workflow Step 18

Next, we add a sequence of policy action steps for the Standard Registry. We do this by first clicking on the top policy field, and then we add a container for all the Standard Registry policy action steps by clicking on the Container button in the top navigation bar.

![](https://1556785885-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNYWPEEAknX9Vki1yV5HY%2Fuploads%2Fgit-blob-3417557d28be43833cf0f403830810c17ea8dcae%2FPW_image_24.png?alt=media\&token=6ad4df30-cff1-4793-afde-4003fab5018e)

**Programmatically this workflow step looks like this:**

```
// This Policy branch is used by users with the Standard Registry roles.
//Starting with the ContainerBlock.
{
  "tag": "standard_registry_header",
  "defaultActive": true,
  "permissions": [
    "OWNER"
  ],
  "blockType": "InterfaceContainerBlock",
  "uiMetaData": {
    "type": "tabs"
  },
```
