Newer Version Available

This content describes an older version of this product. View Latest

Evaluation Task Input

Input representation details of the evaluation task.
JSON example
1"tasks": [
2       {
3       "name": "Vehicle ineligible",
4       "type": "AutoTask",
5       "flowApiName": "Mail Notification - Vehicle ineligible",
6       }
7       ]
Properties
Name Type Description Required or Optional Available Version
flowApiName String API name of the associated flow when the task type is AutoTask.. Required 63.0
name String Name of the evaluation task. Required 63.0
type String Type of the evaluation task. Possible values are:
  • AutoTask
  • Manual
Required 63.0