TaskData
Index
Properties
optionalargs
The arguments for the task (optional)
attempts
The number of attempts
chain
The blockchain to execute the task on
developer
The developer of the repo executing the task
id
The ID of the user
optionalmaxAttempts
The maximum number of attempts (default is 5) (optional)
optionalmetadata
The metadata for the task (optional)
repo
The repo executing the task
optionalstartTime
The time the task was started (optional)
task
The task to execute
taskId
The ID of the task
timeCreated
The time the task was created
optionaluserId
The ID of the user (optional)
TaskData is the data structure for a task, keeping track of the task status, result, logs, and metadata.