The MIMWAL is a Workflow Activity Library (WAL) solution for configuring complex Workflows in the Microsoft Identity Manager (MIM) 2016 and Forefront Identity Manager (FIM) 2010 R2 solution.
Перейти к файлу
Nilesh Ghodekar 5c020f763e Changed - RunPowerShellScript User for can now be specified in the UPN format. Domain\UserName or UPN format is also only required if Impersonate PowerShell User option is selected.
Changed - Minor improvements to messaging in Register.ps1, UpdateWorkflowXoml.ps1, EncryptData.ps1 and Sign.cmd.
Added - FormatMultivaluedString function now supports more than one list of strings  as input to format.
Added - ConvertToUniqueIdentifier now supports a Guid in byte[] format as input.
Changed - Interation in CreateResource, DeleteResource and UpdateResources activities not re-evaluates not just //Value expression but also //WorkflowData expressions.
Fixed - Unnecessay FormatException in Logger.
2016-07-10 20:31:19 +01:00
src Changed - RunPowerShellScript User for can now be specified in the UPN format. Domain\UserName or UPN format is also only required if Impersonate PowerShell User option is selected. 2016-07-10 20:31:19 +01:00
.gitattributes Baseline check-in. Same codebase as FIMWAL 2.15.1026.0 except for the branding changes. 2015-12-06 02:09:13 +00:00
.gitignore Baseline check-in. Same codebase as FIMWAL 2.15.1026.0 except for the branding changes. 2015-12-06 02:09:13 +00:00
CONTRIBUTING.md edited code acceptance verbiage for better clarity. 2016-01-13 08:27:35 +00:00
ChangeLog.md The [//Request/RequestParameter] lookup for a SystemEvent request will resolve to request parameters in the parent request. 2016-03-20 18:53:34 +00:00
LICENSE.txt Create LICENSE.txt 2015-12-03 08:16:05 -06:00
README.md Updated ChangeLog.md, CONTRIBUTING.md and ReadMe.md. 2016-01-10 12:33:23 +00:00

README.md

MIMWAL

The MIMWAL is a Workflow Activity Library (WAL) for building complex workflows in the Microsoft Identity Manager (MIM) 2016 and Forefront Identity Manager (FIM) 2010 R2 solution.

The MIMWAL is a powerful solution accelerator for MIM / FIM that provides foundational activities which can be combined to create complex workflows to implement business processes within a MIM / FIM solution simply by configuration instead of coding for days and months.

Features

  • Building-block Workflow Activities
  • Conditional Execution Capability for Building-block Activities
  • Support for Iteration Over a Collection of Values in Building-block Activities
  • Deep Resolution Capability for FIM Lookup Grammar
  • Rich Library of Workflow Functions
  • UI Framework for Building Additional Custom Workflow Activities
  • Support for ETW Event Tracing
  • Optimization of Update Requests
    • Combining multiple updates into a single request per resource per activity
    • Issuing update request only when resource is actually modified.

Supported Product Versions

  • Forefront Identity Manager (FIM) 2010 R2 - 4.1.3496 and above.
  • Microsoft Identity Manager (MIM) 2016 - 4.3.1935 and above.

Release Notes

The MIMWAL releases can be downloaded from the releases tab under the Code tab. The release notes of each release can be found at ChangeLog.md

Documentation

For more details and information on utilizing the MIMWAL please refer to the documentation in the MIMWAL Wiki.

Discussion

For questions and conversations focused on MIMWAL, please visit the MIMWAL Project TechNet Forum: http://aka.ms/MIMWAL/Forum.

Contributing to MIMWAL

For details on how you can contribute, please check CONTRIBUTING.md