Class WfEventAuditType

java.lang.Object
wt.fc.EnumeratedType
wt.workflow.engine._WfEventAuditType
wt.workflow.engine.WfEventAuditType
All Implemented Interfaces:
Serializable, Comparable, EnumeratedType, LocalizableMetadata, LocalizableMessage, Message

@GenAsEnumeratedType public class WfEventAuditType extends wt.workflow.engine._WfEventAuditType
WfEventAuditType enumerates the types of events that may occur in the execution of a process that may be recorded or emitted as a keyed event. These include WfMC defined events:
  • PROCESS_CREATED
  • PROCESS_STATE_CHANGED
  • PROCESS_CONTEXT_CHANGED
  • ACTIVITY_STATE_CHANGED
  • ACTIVITY_CONTEXT_CHANGED
  • ACTIVITY_RESULT_CHANGED
  • ACTIVITY_ASSIGNMENT_CHANGED

Other events included:

  • EXECUTION_ERROR
  • DEADLINE
  • PERCENT_COMPLETE
  • STATUS_CHANGED


Supported API: true

Extendable: false
See Also: