Hi all, Is it possible another web to redirect to a task in axon ivy? What I mean is, I have start task url generated (http://localhost:8081/ivy/pro/designer/Project$1/16E8DF16E2CAE91C/16E8DF16E2CAE91C-f2/TaskA.iot?taskId=7) When the external web app redirects to this link what I get is : Dialog instance with id ...is not available any more. Just the link itself works perfectly. Also, can we pass a parameter in the task start url (?taskId=123¶meter=something)? I know that this is possible where we start a process but is it possible to do so for a task? Thanks! Alex asked 28.11.2019 at 04:03 a_v_a |
Hi @a_v_a It looks as the SameSite cookie policy is the reason of these 'dialog instance not available' errors. Fix Set the sameSite cookie policy to 'lax' to allow links from remote websites to work with the same session in dialogs.
Scope This policy was introduced with 7.4. So 8.0.0 is affected as well, but will receive a fix with 8.0.1. This issue is tracked as bug XIVY-3476. answered 10.12.2019 at 06:05 Reguel Werme... ♦♦ Thank you! :)
(10.12.2019 at 06:35)
a_v_a
|
Once you sign in you will be able to subscribe for any updates here
By RSS:Markdown Basics
Tags:
Asked: 28.11.2019 at 04:03
Seen: 2,690 times
Last updated: 10.12.2019 at 06:49
Hi
You are talking about which version of ivy? Is it about Offline Html Dialogs with User Task element?
I am talking about Ivy 7.4. It is not about Offline Dialogs. I tried with just a Task and User Dialog elements, I tried with User Task only, I got the same result "Dialog instance with id ...is not available any more"... Thanks
Yes it is possible, but it seems that your link is not correct. As the error said the dialog was not found. How did you generate this link?
How to pass the parameters to the task then, and more precisely how to do the mapping to the process data?
It seems that we facing a similar issue in our newest version (8.0). May it was already part of 7.4.