# 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.

<figure><img src="https://3006114282-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FXVOaWpJKxLZf1Tee9eCO%2Fuploads%2FUzxpNOWwmHKc7FQcwHw1%2Fimage.png?alt=media&#x26;token=fbe780ec-bcd4-4bd7-a59a-02de068cc74d" alt=""><figcaption></figcaption></figure>

**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"
  },
```
