A library that contains activities to search processes in DocsMarshal.
This activity allows to gets the process it is running in.
This activity allows to get a process in DocsMarshal given its ExternalId.
This activity allow to obtain a specific process given its Id.
This activity returns the base QueryProcess object which is necessary for all search operations.
This activity performs the search operation on processes given a QueryProcess object and returns the results as a DataTable. It is also returned an ISearchResult object which has more precise informations about the results.
This activity allows you to set a field sort order before performing the search.
This activity allows to add a condition on a Boolean field to a process search query.
This activity allows to add a condition on a Boolean process parameter to a process search query.
This activity allows to add a condition on a Date field to a process search query.
This activity allows to add a condition on a DateTime field to a process search query.
This activity allows to add a condition on a DateTime process parameter to a process search query.
This activity allows to add a condition on a Double field to a process search query.
This activity allows to add a condition on a Double process parameter to a process search query.
This activity allows to add a condition on a Guid field to a process search query.
This activity allows to add a condition on a Guid process parameter to a process search query.
This activity allows to add a condition on an Integer field to a process search query.
This activity allows to add a condition on an Integer process parameter to a process search query.
This activity adds a condition to filter all processes where a specific profile is an input parameter to a process search query. .
This activity allows to add a condition on a String field to a process search query.
This activity allows to add a condition on a String process parameter to a process search query.