decide_move_task_to_assess_from_decide
Transfer tasks from the Decide realm to the Assess realm for re-evaluation, ensuring proper task management within the ADD framework. Input the task record name to initiate the process.
Instructions
Move task to Assess realm from Decide realm.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
taskRecordName | Yes | Task record name |
Input Schema (JSON Schema)
{
"properties": {
"taskRecordName": {
"description": "Task record name",
"type": "string"
}
},
"required": [
"taskRecordName"
],
"type": "object"
}