Which IIQ version are you inquiring about?
8.3
Share all details about your problem, including any error messages you may have received.
I have a plugin action that can be turned on and off, and an independent workflow.
I want to change it to: if the pluginaction is turned on, the workflow changes.
Right now I store the pluginaction in a httpsession.
But then I cannot access the session from the workflow.
I tried storing it in the context but the workflow context seems to be different to the one that stores the pluginaction.
Any Idea on how to solve this issue?