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 TaskOperationProfileInsertV3. Use it to take advantage of the new features.

TaskOperationProfileInsertV2

Description

This activity allows to create a task operation which opens a mask to insert a profile.


Misc

AttachProfileToProcessObjects InArgument<Boolean>

Set as true if you want the inserted profile to be related to the running process.

Description InArgument<String>

The description of the operation.

MaskExternalId InArgument<String>

The ExternalId of the mask to be used to insert the profile. Leave it null to use the default one.

MaximumNumberExecution InArgument<Int32>

The minimum number of times the operation could be executed.

MinimumNumberExecution InArgument<Int32>

The maximum number of times the operation could be executed.

Name InArgument<String> REQUIRED

The name of the operation.

PortalParameters IDictionary<String,Argument>

The mask additional parameters to be passed to the portal page.

Watch ProfileInsert documentation to know which are the possible values.

ProfileInsert InArgument<IProfileForInsert> REQUIRED

The profile for insert object which represents the profile to be inserted.

Check out the activity library Profiles to better understand profile entry and to learn to give a value to the fields of the profile to pre enhance them in the insertion mask shown by the task.

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.