JSON representation | |
---|---|
{
"triggerCriteriaTaskImplementationClassName": string,
"parameters": {
object ( |
Fields | |
---|---|
triggerCriteriaTaskImplementationClassName |
Optional. Implementation class name. The class should implement the "TypedTask" interface. |
parameters |
Optional. To be used in TaskConfig for the implementation class. |
condition |
Required. Standard filter expression, when true the workflow will be executed. If there's no triggerCriteriaTaskImplementationClassName specified, the condition will be validated directly. |