Access Plugin Information from Workflow

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?

Since I cannot delete the post I just want to say:
I did store the Information in the Context and it works now.
I used identity.setPreference(“”,“”) and used context.saveObject(identity) to store the information.

Welcome @schmirl! Glad you were able to find the answer to your question.

1 Like