Waiting for engine...
Skip to main content

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 {#draft}

The Builder has started creating a submission.

RecipeSubmissionStatusEnum.NEED_REVIEW {#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 {#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 {#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 {#ready-for-publishing}

The Admin has changed the status from under review to ready for publishing

RecipeSubmissionStatusEnum.SCHEDULED_PUBLISHING {#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 {#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 {#request-to-delete}

The Builder requests to delete a published submission.

RecipeSubmissionStatusEnum.ADDED {#added}

indicates ipack is added to the space.

Member Of

RecipeSubmissionStatus object ●  RecipeSubmissionStatusInput input

On this Page