...
The Create Computer activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- CN String (text box editor type) (type: string): the CN String value for the new computer. The format should be "CN=ComputerName" (for example, "CN=FlowsterComputer", where FlowsterComputer is the name for the new machine).
- Container DN (text box editor type) (type: string): the parent container for the new created computer. For example, "o=FlowsterDemo", where FlowsterDemo will be the parent container of the new machine.
...
The Create Group activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- CN String (text box editor type) (type: string): the CN String value for the new group. The format should be "CN=GroupName" (for example, "CN=FlowsterGroup", where FlowsterGroup is the name for the new group).
- Container DN (text box editor type) (type: string): the parent container for the new created group. For example, "o=FlowsterDemo", where FlowsterDemo will be the parent container of the new group.
...
The Create User activity parameters can be provided by manual inserted values or via IN arguments or variables:
Parameters:
- CN String (text box editor type) (type: string): the CN String value for the new user. The format should be "CN=UserName" (for example, "CN=FlowsterUser", where FlowsterUser is the name for the new user).
- Container DN (text box editor type) (type: string): the parent container for the new created user. For example, "o=FlowsterDemo", where FlowsterDemo will be the parent container of the new user.
- Given Name (text box editor type) (type: string): the first name of the new created user.
- Mail (text box editor type) (type: string): the mail attribute of the new created user.
- Password (text box editor type) (type: string): the password for the User.
- Password Binding (text box editor type) (type: string): bind to a variable containing the encrypted password for the User. (This parameter is used only when the user wants to send an encripted password from outside the task, for example Flowster Portal)
- sn (text box editor type) (type: string): the last name of the new created user.
- Telephone number (text box editor type) (type: string): the telephone number attribute for the new created user.
...