A library that contains activities to search tasks in DocsMarshal.
This activity returns the list of all the active tasks in DocsMarshal.
This activity returns a single task given its ID.
This activity returns the base QueryTask object which is necessary for all search operations.
This activity returns the base QueryTask object adding a filter to return list of all the tasks related to a specific process. IdProcess and ProcessExternalId mustn't be used together.
This activity returns the base QueryTask object adding a filter to return list of all the tasks related to a specific workglow. IdWorkflow and WorkflowExternalId mustn't be used together.
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 task search query.
This activity allows to add a condition on a Date field to a task search query.
This activity allows to add a condition on a DateTime field to a task search query.
This activity allows to add a condition on a Double field to a task search query.
This activity allows to add a condition on a Guid field to a task search query.
This activity allows to add a condition on an Integer field to a task search query.
This activity allows to add a condition on a String field to a task search query.
This activity performs the search operation on tasks given a QueryTask object and returns the results as a DataTable. It is also returned an ISearchResult object which has more precise informations about the results.