PFTask Events |
The PFTask type exposes the following members.
Name | Description | |
---|---|---|
AfterCreate |
Occurs after an item has been created in database.
(Inherited from PFItem.) | |
AfterCreateFile |
Occurs after a file has been created on this item.
(Inherited from PFItem.) | |
AfterCreateNotification |
Occurs after a user notification whose related object is this item was created.
(Inherited from PFItem.) | |
AfterDelete |
Occurs after an item has been deleted.
(Inherited from PFItem.) | |
AfterDeleteFile |
Occurs after a file of this item has been deleted.
(Inherited from PFItem.) | |
AfterSave |
Occurs when an item has been updated or created in database.
(Inherited from PFItem.) | |
AfterUpdate |
Occurs after an item has been updated in database.
(Inherited from PFItem.) | |
AfterUpdateFile |
Occurs after a file of this item has been updated.
(Inherited from PFItem.) | |
BeforeCreate |
Occurs when an item is being persisted for the first time in database.
(Inherited from PFItem.) | |
BeforeCreateFile |
Occurs when a file is being created on this item.
(Inherited from PFItem.) | |
BeforeCreateNotification |
Occurs before a user notification whose related object is this item is created.
(Inherited from PFItem.) | |
BeforeDelete |
Occurs when an item is being deleted.
(Inherited from PFItem.) | |
BeforeDeleteFile |
Occurs when a file of this item is being deleted.
(Inherited from PFItem.) | |
BeforeSave |
Occurs when an item is being updated or created in database.
(Inherited from PFItem.) | |
BeforeSendingNotification |
Occurs before a modeled notification is sent.
(Inherited from PFItem.) | |
BeforeUpdate |
Occurs when an item is being updated in database.
(Inherited from PFItem.) | |
BeforeUpdateFile |
Occurs when a file of this item is being updated.
(Inherited from PFItem.) | |
CommentAdded |
Occurs after a PFItemComment has been added on the item.
(Inherited from PFItem.) | |
EventAdded |
Occurs after a PFItemEvent has been added on the item.
(Inherited from PFItem.) | |
FileBinding |
Occurs when a file of this item is about to be bound via WordForm or Quickparts.
(Inherited from PFItem.) | |
FileConfirmed |
Occurs when a file has been confirmed on this item.
A file is confirmed when, after its upload, the parent item is saved with a reference to the file
in the FileHolder value.
(Inherited from PFItem.) | |
FileDownloaded |
Occurs when a file of this item has been downloaded.
Engine triggers this event on an async task. Do not use non-thread safe objects.
(Packflow types inheriting PFBaseObject are thread-safe in this case)
Codes triggering this event does not depend on HttpContext or other web context object.
When triggered, there is no warranty the download is finished or succeeded.
(Inherited from PFItem.) | |
FileDownloading |
Occurs when a file of this item has been downloaded.
(Inherited from PFItem.) | |
FileOpened |
Occurs when a file of this item has been opened for modification (Office or KeePass application).
(Inherited from PFItem.) | |
StateChanged |
Occurs after the call to Save() during enactment
when the SQL transaction made to move the workflow is committed.
(Inherited from PFItem.) | |
StateChanging |
Occurs when the state has been changed in this item instance, but the save has not been called yet.
(Inherited from PFItem.) | |
StatusUpdated |
Occurs when the task status has been updated.
| |
StatusUpdating |
Occurs when the task status is being updated.
|