Description
Finds tasks based on a filter.
Properties
Analyst
- Description: Optional text for documentation purposes.
Common
-
Continue On Error: Continues the execution of the workflow even if an error occurs during the execution of the activity.
-
Delay Before: Delay time in milliseconds before the activity is executed. The default value is 250 milliseconds.
-
Delay After: Delay time in milliseconds after executing of the activity. The default value is 250 milliseconds.
-
Disable Log: Disables the logging functionality for this activity.
-
Disable Protocol: Disables the protocol functionality for this activity.
-
Exclude from Global Delay: Excludes this activity from the Global Delay functionality.
-
Timeout: Duration in milliseconds in which the activity tries to execute.
Input
-
Filter:
The filter to use for the search. If no filter is specified, all tasks are returned.
Examples
-
"processId==$yourID,status==Finished"
-
"createdAt>=2023-06-24T22:00:00.000Z,createdAt<=2023-07-01T21:59:59.999Z"
-
-
Maximum number of Tasks:
The maximum number of tasks to be returned. If not specified, all tasks matching the filter will be returned.
A maximum of 1000 tasks will be returned.
Output
- Tasks: The tasks found.