Skip to content

Latest commit

 

History

History
57 lines (35 loc) · 1.48 KB

File metadata and controls

57 lines (35 loc) · 1.48 KB
//////////////////////////////////////////////////////////////////////////////////////////////
// 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

bulkUpdateTaskStatus Mutation

Bulk-update the status of multiple tasks at once.

Defined in: showcase.zmodel

Declaration · showcase.zmodel
mutation procedure bulkUpdateTaskStatus(taskIds: String[], status: TaskStatus): Void

📥 Parameters

Input parameters accepted by this procedure.

Parameter Type Required
taskIds String[] Yes
status TaskStatus Yes

📤 Returns

The return type of this procedure.

Void

diagram


📚 References


Previous: archiveProject · Next: createAndAssignTask