Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

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