0
Completed

Remove need for specifying Operation List ID in FIM Portal workflow.

Tony Sheehy 11 years ago updated by anonymous 8 years ago 3

With the inclusion of the Auto configuration process, we have a direct mapping between Management Agents and Operation lists.

The FIM portal workflow could be updated to request that the "Incoming" or "Outgoing" or "Synchronization" operation list be executed for the management agent.

This would remove the need to select operation lists / give an operation list id for MA OpLists, and would also mean that re-configured operation lists would not force the reconfiguration of FIM Portal.

A method would need to be added to the EB service which would look similar to:

Guid managementAgentId;
Collector.ExecuteMAOpList(managementAgentId, "Incoming");

Matthew Clark, is this something that can be done?

Pretty good idea actually, just as long as the handling of the run profile type was appropriate. Possibly could even be an enum

The only thing I could potentially think of is that this would mean that only operation lists created by the auto configuration could be triggered in this mechanism. This may not be a problem going forward but for existing sites (configured pre v3.1) it would need to be a consideration as to how they would accommodate for this.

Migrated to Visual Studio Online.