This Specification Flow Task will copy the current Group to the specified target Group.
This allows the functionality of the Data Management task Copy Group to be automated.
Property Name | Description |
---|---|
Title | Changes the Title (not the name) of the task. |
Target Group Connection String | Target Group must be an existing and accessible Group.
For Individual Groups the complete connection string is: Provider=LocalGroupProvider;Path=C:\Users\username\Documents\MyGroup.drivegroup For Shared Groups the complete connection string is: Provider=RemoteGroupProvider;Server=YourServerName;Name=YourGroupName |
Target Group Username | The username to log into the target group. |
Target Group Password | The password to log into the target group. |
Configuration File Path | The full path to the saved configuration file.
See Copy Group for more information. |
This connection point can be linked to another task, such as Drive Constant Value, to report the success of the task once it has been executed.
When this Task is added the properties are static. To be able to build rules on a static property see How To: Change A Static Property To A Dynamic Property.
Property Name | Example Rule | Example Result | Meaning |
---|---|---|---|
Target Group Connection String (For Individual Group) | "Provider=LocalGroupProvider;Path=C:\DriveWorks\MyGroup.drivegroup" | Provider=LocalGroupProvider;Path=C:\DriveWorks\MyGroup.drivegroup | Will copy the current Group into the target Individual Group - MyGroup. |
Target Group Connection String (For Shared Group) | "Provider=RemoteGroupProvider;Server=DriveWorksProServer;Name=MyGroup" | Provider=RemoteGroupProvider;Server=DriveWorksProServer;Name=MyGroup | Will copy the current Group into the target Shared Group - MyGroup. |
Target Group Username | "Admin" | Admin | Will login to the target group as Admin. |
Target Group Password | "1234" | 1234 | Will login to the target group with the password 1234. |
Configuration File Path | "D:\DriveWorks\CopyGroupConfigFile.xml" | D:\DriveWorks\CopyGroupConfigFile.xml | Will use the configuration file CopyGroupConfigFile.xml. |