Question
700 Apps
SA
Last activity: 21 May 2018 4:03 EDT
Calling a flow from diffrent class
Hi,
I have a requirement to call a flow( F) from (ex : class ABC- BCD-Y) To (ex : class ABC- BCD-X). I have achieved this but facing some issues described as below.
- Flow Name - F
- Class of F - class ABC- BCD-Y , Need to call the flow F To (class ABC- BCD-X).
Normally while running the flow , some values are generating and its saved in "CurrentService" page. But when I called the flow to required class, the values are not setting in clipboard.
Normally the clipboard structure like this :
- pyWorkpage(ABC- BCD-Y ) , CurrentService ( ABC- BCD-Y ) : Value1,value2....
When I am calling the flow to different class, then the clipboard structure will be ,
- pyWorkPage(ABC- BCD-X) , EmbeddedPage(ABC- BCD-Y) , CurrentService ( ABC- BCD-Y ): But no values .
I traced the same and could see the values are fetching from service but not setting in clipboard. Please help me on this.
***Edited by Moderator Marissa to update categories***