Skip to main content
OnCommand Workflow Automation 5.1

Considerations for adding custom PowerShell and Perl modules

Contributors

You must be aware of certain considerations before adding custom PowerShell and Perl modules to OnCommand Workflow Automation (WFA). Custom PowerShell and Perl modules enable you to use custom commands for creating workflows.

  • During the execution of WFA commands, all custom PowerShell modules are added to the WFA install directory /Posh/modules are automatically imported.

  • All custom Perl modules added to the WFA/perl directory are included in the @INC library.

  • Custom PowerShell and Perl modules are not backed up as part of the WFA backup operation.

  • Custom PowerShell and Perl modules are not restored as part of the WFA restore operation.

You must manually back up custom PowerShell and Perl modules in order to copy them to a new WFA installation.

The folder name in modules' directory must be same as that of the module name.