In our Knowledge Base, we have examples of custom activities. Each of these will be deployed into an environment in the same manner:
Installation
To utilize these activities, perform the following :
- Open PowerShell ISE on the Capture Server Pro Server
- Copy the script provided into your PowerShell ISE window
- Save the script onto the box
- Click Run Inside of the PowerShell window
- Restart your Management Service
You should now see the activity come up under your defined Category in the toolbox.
Uninstallation
To remove an activity from your toolbox, perform the following:
- Open PowerShell ISE on the Capture Server Pro Server
- Perform the following command, where Activity Name is the name of the activity you want to remove
Get-ActivityDefinition -Name 'Activity Name' | Remove-ActivityDefinition
NOTE: This command will only work when a process hasn't been saved previously with this activity. For removal of an activity that has once been active, please contact KnowledgeLake Support.
Comments
0 comments
Please sign in to leave a comment.