Triggers
Overview
API Call
curl -X POST \
http://localhost:4003/task/execute \
-H 'Content-Type: application/json' \
-d '{
"taskDefinitionID": "your_task_definition_id"
}'Event-based
Time-based
Queue-based
Custom
Last updated