Click or drag to resize

PFItemWorkflow_Enact Method

Overload List
  NameDescription
Public methodWorkflow_Enact

Moves the workflow (if possible).

Ensures tasks (if enacted).

Saves item to database (in any case).

Note: uses transaction. If transaction already exists,

will not commit it, but may rollback it if needed (then an exception is thrown).
Public methodWorkflow_Enact(Int32)

Moves the workflow (if possible).

Ensures tasks (if enacted).

Saves item to database (in any case).

Note: uses transaction. If transaction already exists,

will not commit it, but may rollback it if needed (then an exception is thrown).
Public methodWorkflow_Enact(State)

Moves the workflow (if possible).

Ensures tasks (if enacted).

Saves item to database (in any case).

Note: uses transaction. If transaction already exists,

will not commit it, but may rollback it if needed (then an exception is thrown).
Public methodWorkflow_Enact(Transition)

Moves the workflow (if possible).

Ensures tasks (if enacted).

Saves item to database (in any case).

Note: uses transaction. If transaction already exists,

will not commit it, but may rollback it if needed (then an exception is thrown).
Top
See Also