IDP4 (4.3.1) Context Check Intercept - Actions after the View is displayed

Cantor, Scott cantor.2 at osu.edu
Mon Dec 16 19:21:40 UTC 2024


> I'm pretty new with IDP4

V4 has been EOL since September (not that it matters in this scenario, just noting it).

> So basically, I've got Context Check Intercept working to the
> point where the documentation and examples end. But once
> the view/template/form is displayed, I need the user to be
> able to click a button and run a script.

There is nothing more the IdP allows after that point is reached, the event the interceptor signals terminates the converrsation and the flow has ended (the view in question is an "end-state", that is, a view rendered as the last step of a webflow).

Anything else the view offers is outside the scope of the IdP (short of a URL routing somebody back into the IdP at some other endpoint, which would start a new flow conversation).

I don't have any ability to go through the rest, that's far outside the bounds of free support.

The closest tool provided for what you're asing about would be the External interceptor since that can run arbitrary Java/JSP code (and link out to anything else), and would optionally result in the conversation ending depending on what it signaled back.

-- Scott




More information about the users mailing list