# WorkflowAttributes

```json
{
  "workflowCategoryId": "456123",
  "name": "",
  "recipe": "",
  "description": "",
  "enabled": true,
  "isolateToUserId": "456123",
  "keepUpdated": true,
  "format": ""
}
```

| Name               | Type    | Description |
| ------------------ | ------- | ----------- |
| workflowCategoryId | ID      |             |
| name               | String  |             |
| recipe             | String  |             |
| description        | String  |             |
| enabled            | Boolean |             |
| isolateToUserId    | ID      |             |
| keepUpdated        | Boolean |             |
| format             | String  |             |
