Solved

Processes - access return values

  • 15 August 2022
  • 1 reply
  • 47 views

Userlevel 5
Badge +13

Hi Experts,

 

Is there a way to access the return values of the Processes in another process in integration?

(As same as we use in the mapping tab? {functionname:return value})

 

Example 

Process 1 - function - creates a unique identifier

Process 2 - access the value return by the Process 1 

 

I know that we can use some workaround by saving this value to another user def field and accessing it. But the customer wants to check whether there is a direct way to do it.

 

This is not possible as per my understanding.

Highly appreciate your feedback on this.

 

Thanks,

Hasara

icon

Best answer by Saranga Amaraweera 15 August 2022, 09:23

View original

1 reply

Userlevel 7
Badge +22

Hi @Hasara Dinu ,

I assume you can create xml integration functions and using xml xpath results, i.e. update_task_result and then access the created values ?

something similar to below topic

 

Reply