NewChangeStatusTaskAction: BaseTaskAction & {
    status: "COMPLETE";
    type: "CHANGE_STATUS";
}

Type declaration

  • status: "COMPLETE"

    The status that will be set on the task for the action

  • type: "CHANGE_STATUS"