This activity creates a task operations which creates a report given some profiles and a document model.
The description of the operation.
The ExternalId of the document model to be used to generate the report.
Some additional parameters to be passed to the document model.
The maximum number of times the operation could be executed.
The minimum number of times the operation could be executed.
The name of the operation.
The single ObjectId of the profile to show in the report.
The list of the ObjectIds of the profiles to show in the report.
The query to run to get the profiles to display in the report. Using this parameter is the only way to make the profile list dynamic. In this case, in fact, the query will be executed every time the operation is performed. If new profiles are later inserted that meet the query conditions they will then be displayed in the report.
The ShowPriority property indicates the order in which operations should be displayed within a task screen.It can be assigned to any integer value(even negative), so be sure to assign it in a way that respects the order in which the operations must be performed.The higher the number, the more the operation has priority so it must be performed before the others.