//////////////////////////////////////////////////////////////////////////////////////////////
// DO NOT MODIFY THIS FILE //
// This file is automatically generated by ZenStack CLI and should not be manually updated. //
// Source: showcase.zmodel · Generated: 2026-02-23 //
//////////////////////////////////////////////////////////////////////////////////////////////
Index / Procedures / bulkUpdateTaskStatus
Bulk-update the status of multiple tasks at once.
Defined in: showcase.zmodel
Declaration · showcase.zmodel
mutation procedure bulkUpdateTaskStatus(taskIds: String[], status: TaskStatus): VoidInput parameters accepted by this procedure.
| Parameter | Type | Required |
|---|---|---|
taskIds |
String[] |
Yes |
status |
TaskStatus | Yes |
The return type of this procedure.
Void
Previous: archiveProject · Next: createAndAssignTask