Replies: 1 comment
-
Hi @csamarchi , |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm working with a Node server and VS Code extension and implementing work based off the task-list and workflow examples.
Hoping you could help me figure out why my handler operations aren't triggering. I'm correctly assigning ID's to my elements. The client is sending, what looks like, correct actions back to the server. The client/server connect appears good. However, nothing changes.
After an attempt to reposition an element from the server side:
From client side:
Most of the time, it doesn't send any errors. On the occasion, I will get the following:
[WorkflowGLSPServer] Could not process action: 'requestPopupModel Could not process 'RequestPopupModelAction'. Hover element with id fb2f8726-f51b-49e7-a10b-9a5678ab17a3 not found
Where exactly does the update of the source model occur? In the handler?
I'm also curious where in your workflow example do you set positions? I don't see a position variable declared in the source model.
Any help is very much appreciated. Thank you
Beta Was this translation helpful? Give feedback.
All reactions