- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-16-2019 01:55 AM
Hi Team,
How do you pass parameters from parent to child workflow
Thanks,
Kumar
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-16-2019 02:24 AM
Hi there,
On the child workflow, define an input. This input can be called in scripting in the child workflow by using "workflow.variables.u_field_name". On the parent flow, you can enter a manual value on the input on the child workflow step or use for example workflow.scratchpad.
See the examples below.
Child workflow:
Parent workflow:
Kind regards,
Mark
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-16-2019 02:24 AM
Hi there,
On the child workflow, define an input. This input can be called in scripting in the child workflow by using "workflow.variables.u_field_name". On the parent flow, you can enter a manual value on the input on the child workflow step or use for example workflow.scratchpad.
See the examples below.
Child workflow:
Parent workflow:
Kind regards,
Mark
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field