RITM state and stage

bhakti2
Tera Contributor

Is there any official ServiceNow documentation that defines the standard State and Stage combinations for Requests (REQ) and Requested Items (RITM) when multiple Catalog Tasks (SCTASK) are associated with a single RITM?


2 REPLIES 2

KanteS
Tera Guru

Hi,

 

There is no official ServiceNow documentation that defines standard State and Stage combinations for REQ or RITM when multiple SCTASKs are involved. REQ, RITM, and SCTASK states are not automatically synchronized unless explicitly configured

 

For additional reference, the following community discussion explains the OOTB behavior and best practices around REQ/RITM state handling:
https://www.servicenow.com/community/sysadmin-forum/what-is-the-best-practice-or-guidance-on-the-sta...

 

If this helps, please give a like and mark it as a solution

Thank you

Saiprasad_V
Mega Contributor

I looked into this and wanted to share a quick clarification on how State and Stage work for REQ, RITM, and SCTASK in ServiceNow.

There isn’t a strict standard or official mapping for how State and Stage should behave when multiple catalog tasks are tied to a single RITM. It mainly depends on how the flow or workflow is designed.

In general, the way it works is pretty straightforward:

  • The actual work is done at the Catalog Task(SCTASK) level
  • The RITM stays open  until all its tasks are completed
  • Once all tasks are done, the RITM gets closed (complete or incomplete depending on the outcome)
  • And finally, the Request (REQ) closes after all RITMs under it are completed

The Stage field is mostly used just to show progress (like Approval, Fulfillment, Complete), and it can be customized based on the implementation.

So overall, it’s more about the flow logic driving everything rather than a fixed state/stage structure.