[SOLVED] JumpToStrategy data migration to destination strategy.

Hi all, I’ve got 3 main questions about the function in object (switch to strategy properties block, in IRD):

1 - The interaction passes on other RP or remains on the main one, from where I invoke the jump? I mean, I should set a default destination on calling RP or on destination RP?

2 - How can I migrate values from calling strategy to destination strategy? attach/interaction/business data, or there is another method I can use?

3 - How the exit works, in this case? on exit, where the interaction will be?

Best regards,

Gef.

Call remains on same RP, you are just switching logic on that RP. Is like calling a sub strategy.
Attach data is the way.
Exit is exit…from that second strategy, there is no return to first strategy.

Enviado de meu E6633 usando Tapatalk

Thanx Cav.