Skip to content

Commit

Permalink
workflow generic migration saved to public
Browse files Browse the repository at this point in the history
  • Loading branch information
KarolNet committed Oct 3, 2024
1 parent 700332e commit 41c9082
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/API/workflow/content-publishing-workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description: Flotiq support for custom workflows helps teams collaborate and pro

Workflows are a powerful feature that helps teams collaborate and produce quality content.
Flotiq implements workflows for all content types defined in the system, however the default
workflow supports only a single state - `saved`. Every content object in the system carries a `workflowState` field under the `internal` section, see last line of the snippet below:
workflow supports only a single state - `public`. Every content object in the system carries a `workflowState` field under the `internal` section, see last line of the snippet below:

```json
{
Expand All @@ -32,7 +32,7 @@ workflow supports only a single state - `saved`. Every content object in the sys
"deletedAt": "",
"updatedAt": "2020-01-09T12:30:38+00:00",
"contentType": "snipcart",
"workflowState": "saved"
"workflowState": "public"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion docs/Deep-Dives/storing-location-data-headless-cms.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ The `loadMarkers()` function will be used to pass the results pulled from Flotiq
"deletedAt": "",
"updatedAt": "2020-09-27T11:44:14+00:00",
"contentType": "Store",
"workflow_state": "saved"
"workflow_state": "public"
},
"StoreName": "M & S Newsagents",
"created_at": "2020-09-27T11:43:11+00:00",
Expand Down

0 comments on commit 41c9082

Please sign in to comment.