Some PDIs are currently unavailable, and PDI actions are paused. View the latest updates here. Read More

Developer articles
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Articles

Version of Node/NPM to use to create a custom component

ServiceNowVersion NodeVersion NPM VersionNotesRomeNode 12 LTS NPM 6https://nodejs.org/download/release/v12.22.0/San DiegoNode 14 LTSNPM 6https://nodejs.org/download/release/v14.16.0/TokyoNode 14 LTSNPM 6 UtahNode 14 LTSNPM 6https://nodejs.org/downloa...

Marc Mouries by ServiceNow Employee
  • 1948 Views
  • 2 comments
  • 8 helpfuls

Workflow restart of workflow refresh

Hello, FYI   These lines of code may be helpful on workflow restart or refresh, after submission on RITM later you did any modifications on RITM variable tab.  var wf = new Workflow(); wf.restartWorkflow(current); wf.runFlows(current, "update"); // t...

Shantharao by Kilo Sage
  • 2041 Views
  • 1 comments
  • 1 helpfuls
Top Contributors