Basic Administration > Supporting Collaboration > Workflow Administration > Workflow Management > Workflow Template Execution Flags > Both Process and Activity Flags
  
Both Process and Activity Flags
These flags are meaningful to both workflow processes and activities.
* 
The associated properties are preceded by wt.workflow.engine in wt.properties.
Flag
Description
Execution error - record
Associated property: recordException
Determines if the workflow execution exceptions should be recorded as part of the workflow history. You can change the value of this property for a specific execution object by altering its execution characteristics.
Execution error - emit
Associated property: emitException
Determines if workflow execution exception 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 execution object by altering its execution characteristics.
Notify on abort
Associated property: notifyOnAbort
Determines whether a notification should be sent to the process or activity responsible when the process or activity aborts. You can change the value of this property for a specific process by altering its execution characteristics.
Abort on exception
Associated property: abortOnException
Determines whether to abort the activity or process if an exception occurs during its execution.
Reassign on overdue
Associated property: reassignOnOverdue
Automatically reassigns the process or activity when the process or activity is overdue. The new assignee is read from a variable named reassignPrincipal. You can change the value of this property for a specific activity by altering its execution characteristics.
Complete on overdue
Associated property: completeOnOverdue
Determines whether an activity or process is automatically completed once it is overdue.
Skip on overdue
Associated property: skipOnOverdue
Automatically skips the process or activity when the process or activity is overdue. Note that an execution object can be skipped only if it has not been started. Also this transition needs to be as the event of an outgoing link for it to be propagated. You can change the value of this property for a specific activity or process by altering its execution characteristics.