Hello All,
I want to verify a scenario of completing workflow assignments from a remote system with the help of integration page.
I configured "test.html" page of My assignments widget as attached. But when clicking on the workflow assignment, the perspective is not changing. I can see workflow commands and perspective context plugin is loaded in the source of chrome developer window. I can see "open.workitem" command is executed and change of process_id in workitem model triggered "_fetchWorkflowPerspective" in "workflow.perspective.context.plugin" and it's internally calling calling "perspective.context.applyPerspective()".
When i observed this("perspective.context") i found out that there are only two events registered to this which are "request:perspective, request" but i can see we need more events to be there which are "'sync:perspective'","before:change:perspective","change:perspective" from the Persepective Panel view. Am i missing anything in my test page to include?