SetWhereDateField

Description

This activity allows to add a condition on a Date field to a task 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 TaskSearch.

Misc

Condition EDateCondition REQUIRED

The condition to apply to the field.

FieldExternalId InArgument<String> REQUIRED

The ExternalId of the the field that is the subject of the condition. The type of the field must be Date.

QueryTask InArgument<IQueryTasks> REQUIRED

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

The value to compare the given field with.

The second value to compare the given field with. It is used for example in the 'BETWEEN' condition.