Cannot add task in project workspace - The value entered is invalidIssue 1) Go to the Project Workspace eg https://{instance_name}.service-now.com/now/workspace/project/planner/pm_project/{sys_id_of_project}2) Click on "Add Task" and attempt to enter a task3) Error "The value entered is invalid"CauseThe states were customized or sys_choice(s) for [pm_project_task] were deleted. Reference documentation for customizing the states: Customize a state for project or project taskResolutionCheck the dictionary for pm_project_task.state and verify if it is customized or not, compare to out-of-box (OOB) If you customized the states, you need to follow as per documentation Customize a state for project or project task Check any customized dictionary overrides for 'pm_project_task' table, or any related table. Ensure that the states you are using in the dictionary overrides are in [sys_choice]. In Project workspace we are considering the default_pending_state value while creating a new task, so in the dictionary override if the default_pending_state is -5, and there is no sys_choice with -5 value under state choices, this error can happen.