
Information:
Pre-Operation (stage 20) registered Action A : message = custom message , entity = custom entity X
Post-Operation (stage 40) registered Plugin B : message = create , entity = custom entity X
Is it possible to pass a IPluginExecutionContext.SharedVariables shared variable from this action A to this plugin B ?
Hello,
I'm afraid that you can't. By definition a sharedVariable pass from a plug-in to a step that occurs later in the execution pipeline. Please check the doc: docs.microsoft.com/.../understand-the-data-context
I had the same scenario, i added a new technical field to store "my sharedVariable".