GetProfileSearchFromFusionStore

Description

This activity allows to get a profile query starting from the given view one.

A view can be described as a profile query already set up and stored in DocsMarshal. With this activity you can get its query and then take its data but you can also add further filters for a more precise search such as the selected domain or the object state.


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

FusionStoreExternalId InArgument<String>

The ExternalId of the view from which to get the query.

FusionStoreId InArgument<Guid?>

The Id of the view from which to get the query.