Basic Administration > Supporting Collaboration > Workflow Administration > Workflow Management > Workflow Template Execution Flags > Activity Flags
  
Activity Flags
These flags are meaningful only to workflow activities.
* 
The associated properties are preceded by wt.workflow.engine in wt.properties.
Flag
Description
Change activity state - record
Associated property: recordActivityStateChange
Determines if the workflow state change events that occur with activities are recorded as part of the workflow history. You can change the value of this property for a specific process by altering its execution characteristics.
Change activity state - emit
Associated property: emitActivityStateChange
Determines if workflow state change events that occur with activities should be emitted as a keyed event. This event can then be listened to and used for synchronization and other purposes. You can change the value of this property for a specific activity by altering its execution characteristics.
Change activity data - record
Associated property: recordActivityDataChange
Determines if the workflow change of data events that occur with activities are recorded as part of the workflow history. You can change the value of this property for a specific process by altering its execution characteristics.
Change activity data - emit
Associated property: emitActivityDataChange
Determines if workflow change of data events that occur with activities should be emitted as a keyed event. This event can be listened to and used for synchronization and other purposes. You can change the value of this property for a specific activity by altering its execution characteristics.
Change assignment - record
Associated property: recordAssigneeChange
Determines if workflow change of assignment events should be recorded as a part of the workflow history. The value of this property for a specific activity can be changed by altering its execution characteristics.
Change assignment - emit
Associated property: emitAssigneeChange
Determines if workflow change of assignment events should be emitted as a keyed event. This event can be listened to and used for synchronization and other purposes. You can change the value of this property for a specific activity by altering its execution characteristics.
Ignore unresolved Role
Associated property: ignoreUnresolvedRoles
Determines whether unresolved roles should be ignored rather than automatically assigned to the responsible role. If set to true and all roles in an activity are unresolved, no work item is generated without an indication that something went wrong. This is the global installation default behavior.
Create task for Responsible Role if unresolved role is ‘Required’
Associated property: ignoreUnresolvedRole.createTaskForRequiredRole
Determines whether a task should be created and assigned to the responsible role if a role that is marked as required for an activity cannot be resolved during workflow execution. If set to true, a task is created and assigned to the responsible role.