DynAssSearch

Description

This activity allows to get all the profiles related to the given profile given a DynAss.


Misc

DynAssExternalId InArgument<String>

The ExternalId of the DynAss you want to get the profiles from.

DynAssId InArgument<Guid>

The Id of the DynAss you want to get the profiles from.

ObjectId InArgument<Guid>

The externalId of the profile.

ObjectIds InArgument<List<Guid>>

The ObjectId of the profiles to perform a search starting from multiple profiles.

Orchestrator InArgument<IManager>

The orchestrator object represents the connection to a DocsMarshal installation.

If this argument is left blank the activity try to connect using the DocsMarshal Connection parameters. If you want to work on the running installation it is possible to use the activity RuntimeOrchestrator. To work on another installation you can use the DocaMarshal Connection fields or, otherwise, it is possible to get it calling the activity DatabaseOrchestrator.

ResultAsProfiles OutArgument<List<IProfile>>

The result of the search operation as a list of profiles.

SearchResult OutArgument<ISearchResult>

The result of the search operation.