How to access Return Value workflow activity in the parent flow.

Tadz
Tera Guru
Tera Guru

Hi Everyone,

I have checked the documentation of Return Value workflow activity.

On what I understand it is possible to pass data from subflow to the parent flow.

Can someone tell me on how to access the data from the subflow return value to the parent flow?

Thanks,

Tadz

1 ACCEPTED SOLUTION

Sagar Pagar
Tera Patron

Hi,

 

It is possible to pass the result form subflow to parent workflow.

 

The Return Value workflow activity adds the data from the subflow's value variable to the parent workflow's scratchpad. 

 

Refer the image for details.

 

Regards,

Sagar Pagar

The world works with ServiceNow

View solution in original post

2 REPLIES 2

Sagar Pagar
Tera Patron

Hi,

 

It is possible to pass the result form subflow to parent workflow.

 

The Return Value workflow activity adds the data from the subflow's value variable to the parent workflow's scratchpad. 

 

Refer the image for details.

 

Regards,

Sagar Pagar

The world works with ServiceNow

Tadz
Tera Guru
Tera Guru

Thanks Sagar 🙂