This activity has been deprecated so it won’t receive any update any more. It's not visible in the workflow designer but workflows which are using it will continue to work fine. There is a new version of the activity named TaskOperationCreateDocumentModelV2. Use it to take advantage of the new features.

TaskOperationCreateDocumentModel

Description

This activity creates a task operations which creates a report given some profiles and a document model.


Misc

Description InArgument<String>

The description of the operation.

DocumentModelExternalId InArgument<String> REQUIRED

The ExternalId of the document model to be used to generate the report.

DocumentModelParameters InArgument<IDictionary<String,Object>>

Some additional parameters to be passed to the document model.

MaximumNumberExecution InArgument<Int32>

The maximum number of times the operation could be executed.

MinimumNumberExecution InArgument<Int32>

The minimum number of times the operation could be executed.

Name InArgument<String> REQUIRED

The name of the operation.

ObjectId InArgument<Guid>

The single ObjectId of the profile to show in the report.

ObjectIds InArgument<List<Guid>>

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.

ShowPriority InArgument<Int32?>

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.