This AgileShape can be used to update user information in Active Directory.
Field Name | Definition |
---|---|
Context |
Opens the Set Context Properties window, where you can specify the Active Directory properties. |
LocationType |
Specifies the Active Directory Services Interface provider type. At this time, only LDAP is supported. |
UserInfo |
Allows for the update of user information and organization details. Note: IMPORTANT: The Context property must be
completed before configuring this property.
Note: If the process template has an associated schema,
the Schema buttons will appear.
Note: If the domain configured in context property cannot
be accessed at design time, the Search button will not be available.
There are several ways to update user information in Active Directory:
|
Field Name | Definition |
---|---|
(Name) |
Read Only Default value: AgilePart.xxx, AgileWork The display name of the AgileShape. |
(UID) |
Read Only Default value: AgilePart.xxx or AgileWork The ID that uniquely identifies this AgileShape from all others within the same process template. |
Description |
Optional Note: This property is ignored at runtime.
A description of the AgileShape. This property is primarily used as a means of recording additional notes, comments, and details about this AgileShape in order to make the process template more understandable to process modelers. |
Debug |
Default value: False This property enables you to monitor the performance of and troubleshoot a particular AgileShape. Setting this property to True adds information to the AgilePoint Server log regarding this shape – for example, data being passed to or from the shape, or database connection information. You can use this data to monitor the performance of particular AgileShapes. This property can be set to the following specific values:
|
TimeSpan |
Default value: 10 Minute(s) Specifies the maximum amount of time that should be allowed for the completion of the activity associated with this AgileShape before it is considered overdue. |
BusinessTime |
Default value: False Determines whether the time span represents normal time, or business hours only. This property can be set to the following specific values:
|
Length |
Default value: 10 The number of time units represented by the time span. |
Time Unit |
Default value: Minute The type of time unit represented by the time span. This property can be set to the following specific values: |
Activity Entry Email |
Optional The name of an Email Template that should be used to generate an automatic email notification when this AgileShape is entered at runtime. If this property is left blank, then an email notification will not be sent automatically when the AgileShape is entered at runtime. If this property is not blank, then an email notification will be dynamically constructed and sent at runtime (when the AgileShape is entered) using the specified Email Template. |
Activity Exit Email |
Optional The name of an Email Template that should be used to generate an automatic email notification when this AgileShape is exited at runtime. If this property is left blank, then an email notification will not be sent automatically when the AgileShape is exited at runtime. If this property is not blank, then an email notification will be dynamically constructed and sent at runtime (when the AgileShape is exited) using the specified Email Template. |
Audit Level |
Default value: High This property determines the amount of process related data that is recorded to the workflow database. This property can be set at either the Process Template Properties layer or at the individual AgileShape layer. This property allows you to control the level of granularity in terms of the amount of process related data that is recorded to the workflow database. This property can be set to the following specific values:
Audit level at Process Template level
|
SessionMode |
Default value: Single This property can be set to the following specific values:
|
Wait All Incoming |
Note: This property is ignored at runtime
unless the AgileShape has multiple In-Connectors.
Default value: False When an AgileShape has multiple direct predecessors (i.e. it has multiple In-Connectors leading directly from other AgileShapes), this property determines how many of the predecessor AgileShapes must be exited (at runtime) before this AgileShape can be entered (at runtime). This property can be set to the following specific values:
Design-Time Operations Changing the positions of the Yes and No connections You can adjust the positions of the Yes and No connections by right-clicking the AgileShape, then using the Flip Yes, Flip No, and/or Swap Yes and No commands. |
AssemblyName |
Read Only Default value: Automatically determined (based upon the user’s input) when the AgileShape is first added to the process template. The name of the .NET assembly containing the specific AgilePart component that this AgileShape instance is associated with. |
ClassName |
Read Only Default value: Automatically determined (based upon the user’s input) when the AgileShape is first added to the process template. The fully qualified Type name (including the namespace) of the .NET class (in the .NET assembly specified by the AssemblyName property) that represents the specific AgilePart component that this AgileShape instance is associated with. |
Method |
Read Only Default value: Automatically determined (based upon the user’s input) when the AgileShape is first added to the process template. The name of the method (in the .NET class specified by the ClassName property) that will be invoked at runtime (when the AgileShape is entered). |
ConfigureAttachments |
Allows you to attach documents to the activity that are accessed from the process repository. (For more information, see Process Repository.) If you select the View check box and you are using SharePoint Integration, you can the attachments also display in the process model in SharePoint. |
Reference URL |
Allows you to associate an URL to the shape that is used in the process repository. For more information, see Process Repository. |
ExceptionHandlerScope |
Default value: Local Specifies the value which determines how AgilePoint Server will handle an AgilePart exception. Two options are available: Local or Global.
|
SaveErrorMessageTo |
Default value: ErrorMessage Specifies the name of a custom process attribute that should be updated if the AgileShape causes an error at runtime. If such an error occurs, a message containing information about the error will be stored in the custom process attribute specified by this property. |
SaveStatusTo |
Default value: Success Specifies the name of a custom process attribute that should be updated when the AgileShape is exited. When the AgileShape is exited at runtime, the value of the AgileShape’s Status property will be stored (as a String) in the custom process attribute specified by this property. |