You are here: AgileShapes > Generic BPM > AgileWork

AgileWork

This is a generic AgileShape that can be associated with any AgileWork that is registered in AgilePoint Envision. The user will be prompted to select a specific AgileWork when this AgileShape is added to a process template.

NOTE TO DEVELOPERS: At runtime, user-defined properties will be processed and assigned to the WFManualWorkItem.ClientData property as an XML-serialized string of type NameValue[].

NOTE: Custom AgileWork components must be registered in AgilePoint Envision before they can be used in a process template.

 

The main differences of an AgileWork component as compared to an AgilePart are:

 

Design-Time Properties

NOTE: The following properties are always available for all instances of the AgileWork AgileShape. However, additional design-time properties will often be available for specific instances of the AgileWork AgileShape. The names, purposes, effect, and availability of these additional design-time properties will depend upon the specific .NET class associated with the AgileWork AgileShape instance.

 

NOTE: Many of the properties of the AgileWork AgileShape are identical to properties of the Manual AgileShape. Such properties are listed below, but you should refer to the Manual AgileShape’s documentation for additional information about such properties.

 

(Name)

ReadOnly

Default value: AgileWork

The display name of the AgileShape.

 

(UID)

ReadOnly

Default value: 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.

 

Optional

Default value: False

Determines whether the activity represented by this AgileShape can be manually cancelled (using AgilePoint Enterprise Manager). 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:

 

Work To Perform

Specifies the name of the manual activity that needs to be performed by the activity’s participant(s).

 

Incoming 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.

 

Outgoing 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.

 

Reassigning Email

Optional

The name of an Email Template that should be used to generate an automatic email notification when this AgileShape is reassigned at runtime. If this property is left blank, then an email notification will not be sent automatically when the AgileShape is reassigned at runtime. If this property is not blank, then an email notification will be dynamically constructed and sent at runtime (when the AgileShape is reassigned to a new participant) using the specified Email Template.

 

Reminding Email

Optional

This property allows the process modeler to configure “reminders” that will notify users (at runtime) based on certain conditions. This property is typically available with AgileShapes that are associated with one or more participants (e.g. Manual and AgileWork AgileShapes). Click the Ellipses button to open the Reminding Email dialog (as shown below).

 

 

This dialog allows the process modeler to choose a specific Email Template that should be used to generate the “reminder” email notification(s). It also allows the process modeler to configure the start time (relative to the AgileShape’s expiration) and the frequency of recurrence at which the email notification(s) will be sent.

 

TimeoutEmail

Optional

The name of an Email Template that should be used to generate an automatic email notification when this AgileShape becomes overdue at runtime. If this property is left blank, then an email notification will not be sent automatically when the AgileShape becomes overdue at runtime. If this property is not blank, then an email notification will be dynamically constructed and sent at runtime (when the AgileShape becomes overdue) using the specified Email Template.

 

Max. Participant

Default value: 1

Specifies how many Participants actually need to be assigned to work on the activity. E.g. If the Participants property is set to a group of users, and Max. Participant is 2, then only 2 users in the group actually need to be assigned to “participate” in the activity when the AgileShape is entered (at runtime).

 

Participants

Specifies the user(s) that the activity can be assigned to for completion. This property can be set to a specific user, group of users, or a user role. To specify multiple participants, separate the usernames with a semicolon (;).

 

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:

 

Auto Complete

Default value: False

This property can be set to the following specific values:

 

Reuse Participant

Default value: True

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:

 

Wait Work Performed

Default value: True

This property can be set to the following specific values:

 

AssemblyName

ReadOnly

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 AgileWork component that this AgileShape instance is associated with.

 

ClassName

ReadOnly

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 AgileWork component that this AgileShape instance is associated with.