SetWhereIsInArgument

Description

This activity adds a condition to filter all processes where a specific profile is an input parameter to a process search query. .

The result represents the newly added condition. The query passed in, is updated with the new condition and is ready to be used. The next step can be adding new conditions, calling this activity repeatedly (or the equivalent ones for other data types), or performing the search itself using the activity ProcessSearch .

Misc

ObjectId InArgument<Guid>

The ObjectId of the the profile that is the subject of the condition.

ObjectIds InArgument<List<Guid>>

The ObjectId of the object profiles of the condition in case you want to filter on multiple profiles.

In this case, the supplied profiles and the process profiles are compared using the OR condition so when the query is run, a process will be returned if at least one profile from this list matches one of its input parameters.

QueryProcess InArgument<IQueryProcess> REQUIRED

The query to apply the condition to. It is obtained through activity ProcessSearch