This activity allows to massively insert profiles in DocsMarshal given a list of ProfileForInsert. If any error occurs, then no profile is inserted and the activity throws an exception.
Specifies that all constraints on the inserted profiles must be checked during the bulk-insert operation.
Default: 4000. Specifies the number of rows in a batch. Each batch is copied to the server as one transaction.
Default: false. Specifies that a table-level lock is acquired for the duration of the bulk-import operation. A table can be loaded concurrently by multiple clients if the table has no indexes and TABLOCK is specified. Holding a lock for the duration of the bulk-import operation reduces lock contention on the table, in some cases can significantly improve performance.
The maximum time the activity have to retry the bulk insert operation.
Default: 30s. If it is set to 0 the time out will be infinite
The orchestrator object represents the connection to a DocsMarshal installation.
The number of attempts the activity made for completing successfully the operation.
A string value usefull for debug operations.
The list of the profile to be inserted.
Default is TRUE. Set it to False if you don't want to raise the OnInsert events for the workflows.