Create Tasks
Overview
Read More
Prerequisites
2
Implement Task Execution Service Logic
curl -X POST http://localhost:4003/task/execute \
-H "Content-Type: application/json" \
-d '{
"taskDefinitionId": 123
}'3
Implement Task Validation Service Logic
{
"taskDefinitionId": 123,
"proofOfTask": "abcs",
"data": "0x1232",
"performer": "0x1234567890abcdef1234567890abcdef12345678"
}Using scripts
Last updated