RecipeSubmissionStatusEnum
No description
enum RecipeSubmissionStatusEnum {
DRAFT
NEED_REVIEW
UNDER_REVIEW
ACTION_NEEDED
READY_FOR_PUBLISHING
SCHEDULED_PUBLISHING
PUBLISHED
REQUEST_TO_DELETE
ADDED
}
Values
RecipeSubmissionStatusEnum.DRAFT
The Builder has started creating a submission.
RecipeSubmissionStatusEnum.NEED_REVIEW
The Builder has completed a submission. The Builder can edit it further but email or alert will be sent to the Admin(s). The Admin has not yet started the review.
RecipeSubmissionStatusEnum.UNDER_REVIEW
The Admin has started to review the submission. Both, the Builder and the Admin can view the submission and collaborate on it
RecipeSubmissionStatusEnum.ACTION_NEEDED
The Admin has rejected the submission. The Builder can update or delete it. The Admin can view the submission. Both, the Builder and the Admin can collaborate.
RecipeSubmissionStatusEnum.READY_FOR_PUBLISHING
The Admin has changed the status from under review to ready for publishing
RecipeSubmissionStatusEnum.SCHEDULED_PUBLISHING
The Admin has approved the submission. The Admin sets scheduled published date. The submission and collaboration can only be viewed and not edited.
RecipeSubmissionStatusEnum.PUBLISHED
The Admin has published the submission. The Admin can only view the submission. The Builder can view, update or request to delete the submission.
RecipeSubmissionStatusEnum.REQUEST_TO_DELETE
The Builder requests to delete a published submission.
RecipeSubmissionStatusEnum.ADDED
indicates ipack is added to the space.
Member Of
RecipeSubmissionStatus object ●
RecipeSubmissionStatusInput input