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

TaskOperationRunSearchV2

Description

This activity allows to create a task operation which run a profile search.


DocsMarshal Connection

Orchestrator InArgument<IManager>

The orchestrator object represents the connection to a DocsMarshal installation.

If this argument is left null the activity will work on the running installation. To work on another installation you must get its orchestrator by the activity DatabaseOrchestrator.

Misc

Description InArgument<String>

The description of the operation.

MaximumNumberExecution InArgument<Int32>

The minimum 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.

OpenAddToProcessObjectsPanel InArgument<Boolean>

If this property is true, DocsMarshal hide the task form, show the search result and show the drag&Drop panel. IN this case the user can drag profile into that panel and DocsMarshal add the dropped profiles at Process Objects.

PortalParameters IDictionary<String,Argument>

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

Watch ProfileUpdate documentation to know which are the possible values.

Search InArgument<IQueryProfile> REQUIRED

The query which represents the search to be executed.

Have a look to the Profiles.Search activity library to better understand profile search.

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.

The title of the new tab opened to view the search results.