Add operation
The add operation is initiated any time an add request is submitted for a specified type of entity. For example, an add operation for the person entity type is initiated when a new user is added to the system.
The default workflow for the add operation depends on the type of entity that is added.
The default workflow for Person and
Business Partner Person entity
add operations use the createPerson
and enforcePolicyForPerson
workflow
extensions.
The default
workflow for the account entity add operation uses
the createAccount
workflow extension.