pub async fn patch_schedule<S: WorkflowStore>(
__arg0: State<Arc<WorkflowCtx<S>>>,
__arg1: Path<String>,
__arg2: Query<NsQuery>,
__arg3: Json<PatchScheduleRequest>,
) -> Result<Json<Value>, AppError>pub async fn patch_schedule<S: WorkflowStore>(
__arg0: State<Arc<WorkflowCtx<S>>>,
__arg1: Path<String>,
__arg2: Query<NsQuery>,
__arg3: Json<PatchScheduleRequest>,
) -> Result<Json<Value>, AppError>